This demo provides a Streamlit UI to explore vector_stores.search(...) results.
Given a query, it searches the configured vector store and renders in the central area:
- retrieved chunk text,
- score,
- file/chunk identifiers,
- page metadata and full additional properties.
- Existing project configuration (
config.py,config_private.py) VECTOR_STORE_IDconfigured in the active.envprofile- Active production profile selected in the same shell
(
source ./set_env.sh prod-chicagoorsource ./set_env.sh prod-frankfurt)
pip install -r demos/demo5/requirements.txtFrom the repository root:
streamlit run demos/demo5/app.pyThe sidebar always shows the effective runtime configuration:
REGIONVECTOR_STORE_ID
- Search is executed with
client.vector_stores.search(...).