Skip to content

Commit a202c53

Browse files
pavanjavapavanmantha
andauthored
Llamaparse modifications (#61)
* -tested and upgraded version * -implemented ragas evals * -implemented ragas evals * -implemented rag with llama_parse * -added rag with llama_parse in cli * -changed version --------- Co-authored-by: pavanmantha <[email protected]>
1 parent aff1b24 commit a202c53

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

bootstraprag/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def create(project_name, framework, template, observability):
3535
'rag-with-flare',
3636
'rag-with-self-correction',
3737
'rag-with-controllable-agents',
38+
'rag-with-llama-parse',
3839
'llama-deploy-with-simplemq',
3940
'llama-deploy-with-rabbitmq',
4041
'llama-deploy-with-kafka'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Llama-Parse RAG
2+
3+
create a readme.md file markdown all in one shot with below details
4+
5+
1. install the project using `pip install bootstrap-rag`
6+
2. run the bootstrap-rag using `bootstraprag create <your_project_name>`
7+
3. select llamaindex
8+
4. select rag-with-llama-parse
9+
5. change the details accordingly in `.env` example DB_URL, DB_PASSWORD, LLAMA_CLOUD api key etc.
10+
6. run `python main.py`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='bootstrap-rag',
9-
version='0.0.9',
9+
version='0.0.10',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
packages=find_packages(),

0 commit comments

Comments
 (0)