File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.7-lcs
1+ RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.8-lcs
2+ VENV := $(CURDIR ) /scripts/python-scripts/.venv
3+ PYTHON := $(VENV ) /bin/python3
4+ PIP := $(VENV ) /bin/pip3
25
36default : help
47
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ providers:
201201 config :
202202 kvstore :
203203 type : sqlite
204- namespace : null
205- db_path : /app-root/vector_db/rhdh_product_docs/1.7 /faiss_store.db
204+ namespace :
205+ db_path : /app-root/vector_db/rhdh_product_docs/1.8 /faiss_store.db
206206scoring_fns : []
207207server :
208208 auth : null
@@ -223,4 +223,4 @@ vector_dbs:
223223- embedding_dimension : 768
224224 embedding_model : sentence-transformers/all-mpnet-base-v2
225225 provider_id : rhdh-docs
226- vector_db_id : rhdh-product-docs-1_7
226+ vector_db_id : rhdh-product-docs-1_8
You can’t perform that action at this time.
0 commit comments