Skip to content

Commit 4b3165a

Browse files
pavanjavapavanmantha
andauthored
-updated configs (#74)
Co-authored-by: pavanmantha <pavan.mantha@thevaslabs.io>
1 parent 24f7605 commit 4b3165a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

bootstraprag/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def create(project_name, framework, template, observability):
3333
'rag-with-react',
3434
'rag-with-hyde',
3535
'rag-with-flare',
36+
'rag-with-vision',
3637
'rag-with-self-correction',
3738
'rag-with-controllable-agents',
3839
'rag-with-llama-parse',
@@ -50,7 +51,7 @@ def create(project_name, framework, template, observability):
5051
elif framework == 'standalone-qdrant':
5152
framework = 'qdrant'
5253
template_choices = ['simple-search', 'multimodal-search', 'hybrid-search', 'hybrid-search-advanced',
53-
'retrieval-quality']
54+
'retrieval-quality', 'semantic-cache']
5455
elif framework == 'standalone-evaluations':
5556
framework = 'evaluations'
5657
template_choices = ['deep-evals', 'mlflow-evals', 'phoenix-evals', 'ragas-evals']

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.12',
9+
version='0.0.13',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
packages=find_packages(),

0 commit comments

Comments
 (0)