Open-Source Semantic Search Engine Cognitor Released
Key point
It's an open-source engine that automatically indexes files within a folder, allowing AI agents and users to search them using natural language.
Details
Cognitor is an open-source semantic search engine and vector database that automatically chunks, embeds, and indexes the contents of a specific folder and its subfolders to enable semantic search.
Its main components are as follows:
- Search Engine: A vector database that stores document embeddings, full text, and metadata, and provides natural language queries via a REST API
- Worker: A background process that monitors changes in a specified folder and automatically processes file contents to update the database
Users can easily integrate it into their applications via Python and JavaScript/TypeScript SDKs, and can also use it by calling the REST API directly.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.