You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current implementation, it's possible to use the learn method in the SemanticSearch component to generate a SemanticEntry in our vector store, but we don't have a way to delete or update them.
I'd propose to add update and delete, or maybe a forget method to remove a semantic entry from the database.
The text was updated successfully, but these errors were encountered:
With the current implementation, it's possible to use the
learn
method in theSemanticSearch
component to generate aSemanticEntry
in our vector store, but we don't have a way to delete or update them.I'd propose to add
update
anddelete
, or maybe aforget
method to remove a semantic entry from the database.The text was updated successfully, but these errors were encountered: