LLM for Unity  v2.3.0
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
DBSearch.cs File Reference

File implementing the vector database search. More...

Go to the source code of this file.

Classes

class  LLMUnity.DBSearch
 Class implementing a search with a vector database. The search results are retrieved with Approximate Nearest Neighbor (ANN) which is much faster that SimpleSearch. More...
 

Detailed Description

File implementing the vector database search.

Definition in file DBSearch.cs.