add support for Astra Collections: asserts, query (similarity search. regular query and execute-statement) and vector-db-writer sink
add examples
With this patch there is a new vector-database type: "astra-vector-db".
If you use "service=astra" than you are going to use the classic APIs with CQL, if you use "service=astra-vector-db" then you use the JSON API, based on Stargate (https://gitub.com/stargate).
The sample application and the integration tests contains examples about how to use it.
We will follow up on the documents repository with detailed reference for all the commands.
Summary:
With this patch there is a new vector-database type: "astra-vector-db".
If you use "service=astra" than you are going to use the classic APIs with CQL, if you use "service=astra-vector-db" then you use the JSON API, based on Stargate (https://gitub.com/stargate).
The sample application and the integration tests contains examples about how to use it. We will follow up on the documents repository with detailed reference for all the commands.
Quick overview
configuration.yaml:
Similarity search:
Vector DB Sink: