BotSharp/docs/knowledge-base/vector-database.md

6 lines
471 B
Markdown
Raw Normal View History

2023-08-10 12:25:08 +00:00
# Vector Database
In order to use your own private data to build a knowledge base question answering system, you must first convert your documents into plain text, and then embed the text into the Vector database for indexing to improve subsequent search efficiency.
## Memory vector datbase
`MemVecDb` is a lightweight memory vector database provided by BotSharp for rapid development and testing. It is not recommended to be used in the actual production environment.