LLM for Unity
v2.3.0
Create characters in Unity with LLMs!
|
Classes | |
class | LLMUnity.Chunking |
Class implementing the chunking functionality. More... | |
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... | |
class | LLMUnity.RAG |
Class implementing a Retrieval Augmented Generation (RAG) system based on a search method and an optional chunking method. More... | |
class | LLMUnity.Searchable |
Class implementing the search template. More... | |
class | LLMUnity.SearchMethod |
Class implementing the search method template. More... | |
class | LLMUnity.SearchPlugin |
Class implementing the search plugin template used e.g. in chunking. More... | |
class | LLMUnity.SentenceSplitter |
Class implementing a sentence-based splitter. More... | |
class | LLMUnity.SimpleSearch |
Class implementing a simple search that compares the enconding of the search query with all the search entries (brute-force). More... | |
class | LLMUnity.TokenSplitter |
Class implementing a token-based splitter. More... | |
class | LLMUnity.WordSplitter |
Class implementing a word-based splitter. More... | |