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:
parent
e82b23f932
commit
6557d3f860
2 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||

|
||||
|
||||
### Inputs
|
||||
|
||||
| Name | Display Name | Info |
|
||||
|
|
|
|||
BIN
docs/static/img/component-hcd-example-flow.png
vendored
Normal file
BIN
docs/static/img/component-hcd-example-flow.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 441 KiB |
Loading…
Add table
Add a link
Reference in a new issue