![]() |
LLM for Unity
v2.5.2
Create characters in Unity with LLMs!
|
File implementing the Retrieval Augmented Generation (RAG) system. More...
Go to the source code of this file.
Classes | |
| class | LLMUnity.NoChunking |
| class | LLMUnity.RAG |
| Class implementing a Retrieval Augmented Generation (RAG) system based on a search method and an optional chunking method. More... | |
Enumerations | |
| enum | LLMUnity.SearchMethods { DBSearch , SimpleSearch } |
| Search methods implemented in LLMUnity. More... | |
| enum | LLMUnity.ChunkingMethods { NoChunking , TokenSplitter , WordSplitter , SentenceSplitter } |
| Chunking methods implemented in LLMUnity. More... | |
File implementing the Retrieval Augmented Generation (RAG) system.
Definition in file RAG.cs.