No project description provided
Project description
bootstrap-rag
This project will bootstrap and scaffold the projects for specific semantic search and RAG applications along with regular boilerplate code.
Architecture
Installing prerequisite
Option-1
Option-2
- In the root folder run
docker compose -f docker-compose-dev.yml up
- One the containers are up and running run
docker exec -it ollama_service sh
- In the container shell run
ollama run llama3.1
how to run the project ?
Method-1
- run
pip install inquirerpy bootstrap-rag
- run
bootstraprag create <PROJECT_NAME>
- Navigate to newly created project
<PROJECT_NAME>
the runpip install -r requirements.txt
- modify the
.env
file accordingly - run
python main.py
for cli experience [or] runpython api_server.py
Method-2
git clone git@github.com:pavanjava/bootstrap-rag.git
pip install -e .
- run
bootstraprag create <PROJECT_NAME>
- Navigate to newly created project
<PROJECT_NAME>
the runpip install -r requirements.txt
- modify the
.env
file accordingly - run
python main.py
for cli experience [or] runpython api_server.py
Note: llamaindex
, langchain
, Qdrant Search
and RAG evaluations
are functional for now, others frameworks [langgraph
, haystack
] in progress.
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bootstrap-rag-0.0.13.tar.gz
(27.1 MB
view details)
Built Distribution
File details
Details for the file bootstrap-rag-0.0.13.tar.gz
.
File metadata
- Download URL: bootstrap-rag-0.0.13.tar.gz
- Upload date:
- Size: 27.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a00c1bf690f7c0c8b4ee387b36bac2277f78ec06581ba1e70ccbe975ce78f06e |
|
MD5 | b2b5d4e23db11626819a3b933e40a44b |
|
BLAKE2b-256 | 7b77a1c131af6ce689bd80cbf9ed0854ab617920fe33bd77300208a7dbe64bb1 |
File details
Details for the file bootstrap_rag-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: bootstrap_rag-0.0.13-py3-none-any.whl
- Upload date:
- Size: 27.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e17043ecc136d072b1593e03a5659eb5ed4f93a3ce6521a83cc9c3975d9c46d |
|
MD5 | 4ff555c12a53554690acfd94b43c8f03 |
|
BLAKE2b-256 | 986eeb75e33923a46756ca72a7ed6489be25cf1eef37064fbc7657aada7d7336 |