Semantic search operations using LlamaIndex.
-
Clone the repository:
git clone https://github.com/ai-cfia/llamaindex-db.git
-
Open in devcontainer.
Alternatively,
-
Clone the repository and move into the directory:
git clone https://github.com/ai-cfia/llamaindex-db.git cd llamaindex-db
-
Create a virtual environment:
python -m venv venv source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
Create a .env
file in your project directory. Use the .env.template
as a
guide and fill in the necessary environment variables.