weaviate / typescript-client

Official Weaviate TypeScript Client
https://www.npmjs.com/package/weaviate-ts-client
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

Support `nearVector` and `nearText` subsearches in `hybrid` queries #126

Closed tsmith023 closed 1 month ago

tsmith023 commented 2 months ago

The capability of defining nearVector and nearText subsearches within hybrid queries will be coming in 1.25 through https://github.com/weaviate/weaviate/pull/4477

The withHybrid method of the GraphQLGetter builder class should therefore be extended to allow use of this added functionality with the v2 client