Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bootstraprag/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def create(project_name, framework, template, observability):
'rag-with-flare',
'rag-with-self-correction',
'rag-with-controllable-agents',
'rag-with-llama-parse',
'llama-deploy-with-simplemq',
'llama-deploy-with-rabbitmq',
'llama-deploy-with-kafka'
Expand Down
10 changes: 10 additions & 0 deletions bootstraprag/templates/llamaindex/rag_with_llama_parse/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Llama-Parse RAG

create a readme.md file markdown all in one shot with below details

1. install the project using `pip install bootstrap-rag`
2. run the bootstrap-rag using `bootstraprag create <your_project_name>`
3. select llamaindex
4. select rag-with-llama-parse
5. change the details accordingly in `.env` example DB_URL, DB_PASSWORD, LLAMA_CLOUD api key etc.
6. run `python main.py`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='bootstrap-rag',
version='0.0.9',
version='0.0.10',
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down