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
We want to add a lot of knowledge to our agents and have them be able to quickly search it. We are using Weaviate to do this already with Wikipedia, but we'd like to have our own trained knowledge base.
Here are the steps:
Set up Weaviate locally running in Docker container
Create API to create knowledge bases, add and remove documents to/from them
Create front end to create knowledge base and associate with each agent, with UI to add and remove documents
Use search to find relevant documents or information when speaker is asking the agent a question
Deploy weaviate to cloud or get cloud managed solution
The text was updated successfully, but these errors were encountered:
We want to add a lot of knowledge to our agents and have them be able to quickly search it. We are using Weaviate to do this already with Wikipedia, but we'd like to have our own trained knowledge base.
Here are the steps:
The text was updated successfully, but these errors were encountered: