About 310,000 results
Open links in new tab
  1. django-vectordb - PyPI

    May 5, 2023 · Django Vector Database is a powerful and flexible toolkit for adding vector similarity search capabilities to your Django applications. It is built on top of the lighteningly fast nearest …

  2. Django VectorDB - GitHub

    A fast and scalable app that adds vector search capabilities to your Django applications. It offers low latency, fast search results, native Django integration, and automatic syncing between …

  3. Quickstart - Django Vector Database - Pride Kavumba

    # Create a virtual environment to isolate our package dependencies locally python3-m venv env source env/bin/activate # On Windows use `env\Scripts\activate` # Install Django and Django …

  4. Integrating a vector database into Django using pgvector

    May 3, 2024 · With the steps outlined in this article, you can set up pgvector in your Django project, define vector fields in your models, create indexes for efficient search, and perform …

  5. Vector, ChromaDB and PostgreSQL. I was thinking to build Django

    Oct 12, 2024 · Choosing between using a vector database like ChromaDB with Django depends on your specific use case and requirements. Here’s a breakdown to help you decide: When to …

  6. Vector Database with Django and pgvector – Thinking about it

    Jan 12, 2024 · After looking around at various options out there like pinecone etc. I decided I wanted to try pgvector since I was already using postgres and I didn’t want to deal with …

  7. searching in a django models of vectors with a custom function

    Oct 11, 2020 · For your problem, you want a custom method allowing you to get all the users vectors, compare those to a given vector and return the closest, according to your distance, so …

  8. Using PGvector with your Django App - DEV Community

    Sep 1, 2024 · Pgvector is an extention foor postgres which is useful to build vectorfield to store embedding etc. How will we implement in our django application ? Let's get started - 1. Install …

  9. pgvector/pgvector-python: pgvector support for Python - GitHub

    pgvector support for Python. Supports Django, SQLAlchemy, SQLModel, Psycopg 3, Psycopg 2, asyncpg, pg8000, and Peewee. Run: And follow the instructions for your database library: Or …

  10. pgvector - PyPI

    Apr 26, 2025 · pgvector support for Python. Supports Django, SQLAlchemy, SQLModel, Psycopg 3, Psycopg 2, asyncpg, pg8000, and Peewee. Run: And follow the instructions for your …

  11. Some results have been removed
Refresh