FeatureBaseDB / featurebase-examples

Examples for FeatureBase Community
MIT License
6 stars 1 forks source link

Weaviate + FeatureBase Mashup #5

Open kordless opened 1 year ago

kordless commented 1 year ago

This example would show how to integrate FeatureBase into a Weaviate project.

kordless commented 1 year ago

Limiting this to weaviate integration.

This prototype should take inputs, with authors and recipients of message, and insert them into Weaviate, along with their dense vectors. Once inserted, the document is also inserted into FeatureBase.

When a new input is indexed, or an old one found, it should also return matching documents from Weaviate and FeatureBase. Those documents are then sent into FeatureBase, along with the certainty and distance to the new document.

If a flag is set, certainty is altered within FeatureBase such that subsequent queries returning that document will reflect a delta in certainty.

This prototype will be added to slothbot when it is ready.