Sign inSign up

curiosityai/curiosity

By curiosityai

Updated about 2 hours ago

Search less. Find more. Get work done. ✨

Image
0

100K+

curiosityai/curiosity repository overview

Curiosity Workspace

Curiosity Workspaces is a powerful, self-hosted application designed to unify and search your company’s data. It offers fast, intelligent search capabilities, advanced LLM integration, out of the box support for RAG, with robust data privacy by keeping everything on your infrastructure. Key features include advanced indexing, flexible file processing, multiple customization options, and seamless integration with popular tools like Google Drive, Dropbox, SharePoint, Notion and many more. Whether you’re managing files, emails, or cloud-based documents, Curiosity Workspaces helps you find the right information quickly and efficiently.

For more information about Curiosity, please visit https://curiosity.ai/workspace

Getting Started

Prerequisites

Make sure Docker is installed on your system:

Running the Container

To start Curiosity Workspace on your machine:

# Create a directory for persistent storage
mkdir -p ~/curiosity/storage

# Run the Docker container
docker run \
    -p 8080:8080 \
    -v ~/curiosity/storage/:/data/ \
    -e storage=/data/ \
    curiosityai/curiosity

Once the container is running, open your browser and go to http://localhost:8080. Follow the on-screen instructions to complete the initial setup.

For detailed deployment and configuration information, including advanced options and troubleshooting tips, check out the developer documentation.

Resources

Tag summary

Content type

Image

Digest

sha256:ef441e8b1

Size

2.3 GB

Last updated

about 2 hours ago

docker pull curiosityai/curiosity