weaviate / weaviate-go-client

BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Support `NearVector` and `NearText` subsearches in `Hybrid` queries #211

Open tsmith023 opened 5 months ago

tsmith023 commented 5 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 GetBuilder struct should therefore be extended to allow use of this added functionality