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.11.tar.gz
(26.9 MB
view details)
Built Distribution
File details
Details for the file bootstrap-rag-0.0.11.tar.gz
.
File metadata
- Download URL: bootstrap-rag-0.0.11.tar.gz
- Upload date:
- Size: 26.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d263777e3715a5a5503cdafd7ec99d53a07c4d54723c451d767415c1fe3e74f |
|
MD5 | a243953ffc6cc0be2cbd1aeaab49d4b7 |
|
BLAKE2b-256 | 2dc3a2662f4d9693f941cbf92c92ca54a19b675805154bdfc8c8a895cd551f94 |
File details
Details for the file bootstrap_rag-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: bootstrap_rag-0.0.11-py3-none-any.whl
- Upload date:
- Size: 27.0 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 | 2ff375e18448143f1fb994026c2d5ab48cca48f00876d90fc0699ec7e211e0b5 |
|
MD5 | bbbf7c0cde36cd04e50eca0b385c1122 |
|
BLAKE2b-256 | de711eccb2e6c82e96b8149379de50130c1d27e0c7d34299759be1f5216f0408 |