- Extend the VectorStore with similaritySearch using metadata filters using internal DSL and external DSL using Antlr - Metdata support for Pinecone, Milvus, and pgvector vector stores - PGVectorStore uses explict ::jsonpath casting for the pgvector filter expression to avoid injections - Add unit tests for the filter converters, parser and DSL. - Add ITs for the 3 vector stores Resolves: #75
37 lines
377 B
Plaintext
37 lines
377 B
Plaintext
target
|
|
.classpath
|
|
.project
|
|
.settings
|
|
bin
|
|
build.log
|
|
integration-repo
|
|
ivy-cache
|
|
spring-build
|
|
derby-home
|
|
derbydb
|
|
derby.log
|
|
com.springsource.sts.config.flow.prefs
|
|
s3.properties
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.*.swp
|
|
.DS_Store
|
|
.springBeans
|
|
build
|
|
.gradle
|
|
out
|
|
|
|
/.gradletasknamecache
|
|
**/*.flattened-pom.xml
|
|
|
|
vscode
|
|
settings.json
|
|
|
|
node
|
|
node_modules
|
|
package-lock.json
|
|
package.json
|
|
.vscode
|
|
.antlr |