Scuffed version of RAG (Retrieval-Augmented Generation) Helps the AI to get data from a database
RAG_utan.buildIndex(DataBase: { string }): SearchDatabases
RAG_utan.Search(QueryText: string, Databases: {[number]: SearchDatabases}, MaxSnippets: number, FuzzThreshold: number): string
Searches the indexed database for documents matching the query.
Parameters
buildIndex