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: 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.10.tar.gz
(25.8 MB
view details)
Built Distribution
File details
Details for the file bootstrap-rag-0.0.10.tar.gz
.
File metadata
- Download URL: bootstrap-rag-0.0.10.tar.gz
- Upload date:
- Size: 25.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b3e311fa4f829ebc8ae3190f01fcbd5f2ed1aa077b2b8d9a5bc9d61d94a9ae |
|
MD5 | 1034e444e1824bfef26740264e6da553 |
|
BLAKE2b-256 | 16fe87d3d8acb386ba6064ef4e5f2405b6a0278a8e0d5babeab034484dae1b76 |
File details
Details for the file bootstrap_rag-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: bootstrap_rag-0.0.10-py3-none-any.whl
- Upload date:
- Size: 25.9 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 | 37a2ad45393c5a0f0eb95ea6d4a1fbca3909485a153062d22833096444c50593 |
|
MD5 | cc60dc9cc43b52e91a93cc202268df12 |
|
BLAKE2b-256 | 88405df652625ab5b49afcdc6cc997a28649e25ae58936d78c3229917ffb965a |