Laur's blog
  • Home
  • About
  • Support my work
Sign in Subscribe

qdrant

A collection of 2 posts
Vibe Coding - Add a field to a Qdrant collection
python

Vibe Coding - Add a field to a Qdrant collection

I have created a Qdrant collection off a repository of mine and I had the following payload fields: * file_name - the source code file name (path actually) * branch - the git repository branch that I have indexed * repository_name - the git repository name * chunk - the text chunk
Apr 2, 2025 2 min read
Chunk and index text
ai

Chunk and index text

This is part of the Use RAG with Continue.dev series. Once we have the dependencies installed, we can start filling up the vector db. Set up First part, is to create the LanceDB database and embedding model: from lancedb.embeddings import get_registry from lancedb import connect OLLAMA_HOST
Mar 12, 2025 5 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost