ai-cfia / llamaindex-db

Semantic search operations using llamaindex.
MIT License
1 stars 0 forks source link

llamaindex-db

Semantic search operations using LlamaIndex.

Installation

  1. Clone the repository:

    git clone https://github.com/ai-cfia/llamaindex-db.git
  2. Open in devcontainer.

Alternatively,

  1. Clone the repository and move into the directory:

    git clone https://github.com/ai-cfia/llamaindex-db.git
    cd llamaindex-db
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate
  3. Install the dependencies:

    pip install -r requirements.txt

Environment Setup

Create a .env file in your project directory. Use the .env.template as a guide and fill in the necessary environment variables.