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 boiler plate code.
Architecture
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 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: Only llamaindex
and Qdrant Search
are functional for now, others frameworks [langchain
, 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.6.tar.gz
(18.6 MB
view details)
Built Distribution
File details
Details for the file bootstrap-rag-0.0.6.tar.gz
.
File metadata
- Download URL: bootstrap-rag-0.0.6.tar.gz
- Upload date:
- Size: 18.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ba99544c29ec3dc572a368d4d54bada9a7dd034750273072fe98e44e54f1eb |
|
MD5 | c85f16c3a81ce2b5d12ce620e5ae201a |
|
BLAKE2b-256 | 41cea1a59ba94cf66fc27ed94dfd2c9fd4b3d13478790c2d46df0cddf6badcce |
File details
Details for the file bootstrap_rag-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: bootstrap_rag-0.0.6-py3-none-any.whl
- Upload date:
- Size: 18.6 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 | 4f8e5be3170b23c1a2ffb022043c97d8920930f2521b8186b74145d60ba246ae |
|
MD5 | 02318a4f6203093163ac1194bf79d61f |
|
BLAKE2b-256 | 569988ff4f2beba235f17aa728c834e01c1435054f2d6654b9be7b82387e3f57 |