Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContextWeaver

Context injection tool for LLMs.

Requirements

  • Python 3.8+
  • pip

Setup

  1. Clone the repository (if applicable):

    git clone <your-repo-url>
    cd <your-project-directory>
  2. Create and activate a virtual environment (optional but recommended):

    python -m venv qcomm
    # On Windows
    qcomm\Scripts\activate
    # On Unix or MacOS
    source qcomm/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure the database

    • Install docker
    • execute db-setup.sh (for installation only)
    chmod +x db-setup.sh
    chmod +x db-setup.sh
    chmod +x db-setup.sh
    
    ./db-setup.sh
    • to start the db container
    ./db-run.sh
    • to stop the db container
    ./db-stop.sh
  5. Run the application:

    uvicorn app.main:app --reload
  6. Access the API:

    Open your browser and go to http://127.0.0.1:8000

Project Structure

app/
    __init__.py
    main.py
requirements.txt

License

#PPT Link https://www.canva.com/design/DAGqZbp62DE/RFtwXns3Oc3qmuJTKW67vg/edit

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages