File Search
File Search allows you to search the contents of files similar to the query and enrich the responses with internal, specific knowledge. File search is only available per user.
The files are not added to the context in their entirety; instead, only relevant content is returned through a similarity search. This functionality is called RAG - Retrieval Augmented Generation and expands the knowledge of AI and AI agents in CompanyGPT with domain-specific, internal, or even confidential documents. The content is converted into embeddings (vectors) using an AI model. When searching, the search query is also converted into vectors and the proximity is calculated mathematically. This allows content proximity to be mapped much better than, for example, using a full-text search.