docs: example for HCD vector store (#7214)

* docs:example-hcd-flow

* Apply suggestions from code review

Co-authored-by: brian-f <brian.fisher@datastax.com>

* Update docs/docs/Components/components-vector-stores.md

* Apply suggestions from code review

Co-authored-by: Christopher Bradford <bradfordcp@gmail.com>

---------

Co-authored-by: brian-f <brian.fisher@datastax.com>
Co-authored-by: Christopher Bradford <bradfordcp@gmail.com>
This commit is contained in:
Mendon Kissling 2025-03-27 11:25:19 -04:00 committed by GitHub
commit 6557d3f860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -323,6 +323,15 @@ For more information, see the [FAISS documentation](https://faiss.ai/index.html)
This component implements a Vector Store using HCD.
To use the HCD vector store, add your deployment's collection name, username, password, and HCD Data API endpoint.
The endpoint must be formatted like `http[s]://**DOMAIN_NAME** or **IP_ADDRESS**[:port]`, for example, `http://192.0.2.250:8181`.
Replace **DOMAIN_NAME** or **IP_ADDRESS** with the domain name or IP address of your HCD Data API connection.
To use the HCD vector store for embeddings ingestion, connect it to an embeddings model and a file loader:
![HCD vector store embeddings ingestion](/img/component-hcd-example-flow.png)
### Inputs
| Name | Display Name | Info |

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB