BotSharp/docs/knowledge-base/similarity-search.md

5 lines
277 B
Markdown
Raw Permalink Normal View History

2023-08-10 12:25:08 +00:00
# Similarity Search
After we have learned the concepts of `Text Embedding` and `Vector Database`, we can start to use BotSharp to actually build an LLM-based knowledge base question system.
Below we will walk through how to use an existing PDF document to make a Q&A chatbot.