Skip to content

cosmasense/docs

Repository files navigation

CosmaSense Documentation

Official documentation for CosmaSense - an AI-powered local file search engine.

About CosmaSense

CosmaSense is an open-source local file indexing and search engine that finds your files using natural language queries. It runs 100% locally on your device, giving you powerful semantic search capabilities without compromising your privacy.

Think of it as Google for your file system.

Key Features

  • 🔍 Hybrid Search - Combines semantic (vector) and keyword (FTS5) search
  • 🤖 AI-Powered - Automatically generates summaries and keywords
  • 🔒 100% Local - All processing happens on your device
  • Real-time - Watches directories and auto-indexes changes
  • 📁 20+ File Types - PDF, DOCX, images, code, spreadsheets, and more

Repository Links

Development

This documentation is built with Mintlify.

Local Preview

Install the Mintlify CLI:

npm i -g mint

Run the preview server:

mint dev

View your local preview at http://localhost:3000.

Publishing Changes

Changes pushed to the main branch are automatically deployed to production.

Documentation Structure

.
├── index.mdx                    # Homepage
├── quickstart.mdx               # Installation guide
├── development.mdx              # Backend architecture
├── api-reference/               # API endpoints
│   ├── introduction.mdx
│   └── endpoint/
│       ├── create.mdx          # Watch directory
│       ├── get.mdx             # Search files
│       ├── delete.mdx          # Get watched directories
│       └── webhook.mdx         # SSE updates
└── docs.json                   # Navigation config

Contributing

We welcome contributions! Please see our contributing guidelines.

License

This documentation is open source under the MIT License.

Need Help?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages