Skip to content

Use llamastack vector database prototype#99

Closed
lpiwowar wants to merge 1 commit into
openstack-lightspeed:lcore-migrationfrom
lpiwowar:lpiwowar/rag-prototype
Closed

Use llamastack vector database prototype#99
lpiwowar wants to merge 1 commit into
openstack-lightspeed:lcore-migrationfrom
lpiwowar:lpiwowar/rag-prototype

Conversation

@lpiwowar

Copy link
Copy Markdown
Contributor

Warning

Do Not Merge Prototype

Step no. 1: Discover the vector_store_id value:

podman create --name vector_db [image_name]
podman cp vector_db:/rag/vector_db/os_product_docs/faiss_store.db .
$ sqlite3 faiss_store.db "SELECT key FROM kvstore;"
faiss_index:v3::vs_a3083122-ca14-4ebb-936a-5f16d7235268
openai_vector_stores:v3::vs_a3083122-ca14-4ebb-936a-5f16d7235268
vector_stores:v3::vs_a3083122-ca14-4ebb-936a-5f16d7235268

vs_a3083122-ca14-4ebb-936a-5f16d7235268 <- This is the vector_store_id value

Step no. 2: Set the VECTOR_STORE_ID environment variable

  • Either:
$ export VECTOR_STORE_ID=<value>
$ make install run
  • or hardcode the return value in getVectorStoreID() function
  • or set the environment variable here (if you are building the image).

@openshift-ci

openshift-ci Bot commented Apr 29, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci

openshift-ci Bot commented Apr 29, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lpiwowar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Apr 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 406a96e9-29e0-4901-ad9b-731fa77c6ff3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lpiwowar

Copy link
Copy Markdown
Contributor Author

No longer needed.

@lpiwowar lpiwowar closed this May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant