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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.7-lcs
RAG_CONTENT_IMAGE ?= quay.io/redhat-ai-dev/rag-content:release-1.8-lcs
VENV := $(CURDIR)/scripts/python-scripts/.venv
PYTHON := $(VENV)/bin/python3
PIP := $(VENV)/bin/pip3
Expand Down
4 changes: 2 additions & 2 deletions run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ providers:
kvstore:
type: sqlite
namespace:
db_path: /app-root/vector_db/rhdh_product_docs/1.7/faiss_store.db
db_path: /app-root/vector_db/rhdh_product_docs/1.8/faiss_store.db
scoring_fns: []
server:
auth:
Expand All @@ -228,4 +228,4 @@ vector_dbs:
- embedding_dimension: 768
embedding_model: sentence-transformers/all-mpnet-base-v2
provider_id: rhdh-docs
vector_db_id: rhdh-product-docs-1_7
vector_db_id: rhdh-product-docs-1_8