Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Spanner Implementation for Vector Store (#10)
* feat: Adding Vector Store Implementation for Spanner - Static Utility to create a table to store vector embeddings - Automatic Dialect Detection for GSQL and PG - Similarity Search & Maximal Marginal Relevance Search - Add documents and texts * feat: Validating Types, Columns at the time of VectorStore initialization & also while creating new table through static utility. * feat: Delete Vector embeddings through documents. * style: format and lint * feat: Adding init file to export VectorStore * feat: Adding delete to dynamically generate SQL for each row. * feat: Adding full support for staleness with multiple options like read_timestamp and min and exact staleness. * feat: Addressing review comments and adding data class for indexes. * feat: Adding support for secondary indexes. * feat: exporting secondary indexes. * style: lint * feat: Initiating client with user agent. * feat: Addressing review comments. * style: lint * style: lint * style: lint * test: Vector Store Implementation Integration Tests (#16) * test: Adding integration tests for static utility to create vector embeddings table. * test: Adding add,search,delete integration tests for VectorStore. * test: lint * test: lint * style: lint * style: lint * Empty-Commit to trigger tests * test: addressing review comments. * test: test fix * adding bs4 in test dependencies --------- Co-authored-by: Averi Kitsch <[email protected]> * replacing - with : * style: lint * minor changes. --------- Co-authored-by: Averi Kitsch <[email protected]>
- Loading branch information