Getting Started with Qdrant

  Рет қаралды 21,200

Qdrant - Vector Database & Search Engine

Qdrant - Vector Database & Search Engine

Күн бұрын

Пікірлер: 44
@python360
@python360 Жыл бұрын
This is valuable knowledge, thank you for sharing. I like that Qdrant is written in Rust as well!
@sriramananthakrishnan138
@sriramananthakrishnan138 Жыл бұрын
This is an excellent tutorial ! Just one suggestion, can you please, the next time, use the words from the payload to create the embeddings for the vectors and then pad it as well to create vectors of n=100 dimensions and then show the same example. It will help people like me understand easy to use next steps to embed complete documents.
@fabsync
@fabsync Жыл бұрын
Love your teaching style! One question.. if I have millions of data points and I want to create and save some query results.. so that I can show my clients something while I am creating/retrieving the new data query results…how would you go about doing that ? Would you do that with Qdrant only or will you combine it with another db?
@greendsnow
@greendsnow Жыл бұрын
More human way of adding your vectors is like this: points = [] for i in range(len(vectors)) point = models.PointStruct( id=1, vector={ "image": [0.9, 0.1, 0.1, 0.2], "text": [0.4, 0.7, 0.1, 0.8, 0.1, 0.1, 0.9, 0.2], }, ), points.append(point) client.upsert( collection_name="{collection_name}", points=points )
@BuiHungHoward
@BuiHungHoward 6 ай бұрын
could you update for method qdrant client -> method recommend -> argument: query_vector seem be changed?
@Tripp111
@Tripp111 9 ай бұрын
Hell yeah. Demos from the bathroom!
@code_guy5067
@code_guy5067 Ай бұрын
i was amazing with your speaking speed lol
@rodrigomaldonado5280
@rodrigomaldonado5280 11 ай бұрын
Thank you very useful!
@JakubSK
@JakubSK Жыл бұрын
Dash not underscore
@LouiseBelle-e7b
@LouiseBelle-e7b 2 ай бұрын
Rudolph Extension
@TonyAbner-j2q
@TonyAbner-j2q Ай бұрын
Buckridge Oval
@BartonBaird-l2m
@BartonBaird-l2m Ай бұрын
Hackett Manors
@sierrabrowneda3822
@sierrabrowneda3822 Ай бұрын
Sheridan Cliff
@ConnieJudith-e4m
@ConnieJudith-e4m Ай бұрын
Maxine Forest
@RiponSorkere-f2r
@RiponSorkere-f2r Ай бұрын
Rodrick Plaza
@DewarLucy-d2w
@DewarLucy-d2w Ай бұрын
Predovic Forge
@EliotValentine-e7h
@EliotValentine-e7h 2 ай бұрын
Lenna Throughway
@RebeccaHoag-z4k
@RebeccaHoag-z4k 2 ай бұрын
Ullrich Lane
@GalsworthyVita-i5p
@GalsworthyVita-i5p Ай бұрын
Jenkins Way
@MichaelSara-h2z
@MichaelSara-h2z 2 ай бұрын
Bode Prairie
@MicheleFigueroa-w3q
@MicheleFigueroa-w3q 2 ай бұрын
Mariane Mountain
@EldaAkles-m5i
@EldaAkles-m5i 2 ай бұрын
O'Reilly Ports
@BensonAgnes-n4l
@BensonAgnes-n4l Ай бұрын
Monserrat Spur
@BrendaSorrell-x8b
@BrendaSorrell-x8b 2 ай бұрын
Sally Plaza
@RonnyOwensby-d9s
@RonnyOwensby-d9s 2 ай бұрын
Reynolds Drive
@RegineShefte-y9l
@RegineShefte-y9l 2 ай бұрын
Trever Burgs
@ThomsonGustave-i9z
@ThomsonGustave-i9z Ай бұрын
Seth Ford
@AgnesVivien-g5h
@AgnesVivien-g5h 2 ай бұрын
Christop Lake
@MaudNick-b5y
@MaudNick-b5y 2 ай бұрын
Mateo Cliff
@SonmerfieldRobin-t7r
@SonmerfieldRobin-t7r 2 ай бұрын
Beahan Meadow
@savire.ergheiz
@savire.ergheiz 2 ай бұрын
The dev don't care about his own channel 😂 Those are random numbers you can't really says that livin lavida loca is trully related with that australian song. At least next time use some embedding data so that it will makes more sense 😅 Using random data for a product demo intended for production is just simply lazy.
@BriceKoterba-r6j
@BriceKoterba-r6j 2 ай бұрын
Kyra River
@PamelaHelm-u8b
@PamelaHelm-u8b 2 ай бұрын
Leif Heights
@WildPeter-x2h
@WildPeter-x2h 2 ай бұрын
Helene Shoal
@SadieByrd-b3o
@SadieByrd-b3o 2 ай бұрын
Sven Cape
@MatthewTownsend-s8z
@MatthewTownsend-s8z 2 ай бұрын
Mohamed Plains
@DawneJosselyn-e3g
@DawneJosselyn-e3g 2 ай бұрын
Bailee Ramp
@PhuongLary-r6t
@PhuongLary-r6t 2 ай бұрын
Beahan Mall
@KelsenMaltz-w7l
@KelsenMaltz-w7l 2 ай бұрын
Yundt Course
@IgnaciaLunde-v7y
@IgnaciaLunde-v7y Ай бұрын
Jerde Path
@darogajee3286
@darogajee3286 Жыл бұрын
very compliicated tutorial ever from 1:00 time you are writitng everything in docker
@yash_renaissance_athlete
@yash_renaissance_athlete 4 ай бұрын
actually, the tutorial couldn't have been simpler. It was very well put together.
@연찐두빵
@연찐두빵 Жыл бұрын
from qdrant_client import QdrantClient from qdrant_client.http import models client.upsert( collection_name="point_example", points=models.Batch( ids=[1, 2, 3], vectors=[ [0.9, 0.1, 0.1,0.5,0.6], [0.1, 0.9, 0.1,0.2,0.4], [0.1, 0.1, 0.9,0.5,0.2], ] ), ) After run this code, collection_name = "insert_for_point_examle" vector_id = 3 # 특정 ID의 벡터 조회 client.retrieve( collection_name=collection_name, ids=[1], with_vectors = True ) i checked my data id=1, but result is [Record(id=1, payload={}, vector=[0.9878784, 0.10976427, 0.10976427])] Why not [0.9, 0.1, 0.1,0.5,0.6]..?
Qdrant Vector Search in Rust | Arnaud Gourlay @ Rust Meetup Linz
44:00
Qdrant - Vector Database & Search Engine
Рет қаралды 4,7 М.
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 495 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,2 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Getting started with DSPy tutorial
34:34
Qdrant - Vector Database & Search Engine
Рет қаралды 18 М.
Qdrant: Open Source Vector Search Engine and Vector Database (Andrey Vasnetsov)
1:02:38
4 Insanely Useful AI Tools for Research (Use them today)
12:26
Andy Stapleton
Рет қаралды 12 М.
Run ALL Your AI Locally in Minutes (LLMs, RAG, and more)
20:19
Cole Medin
Рет қаралды 234 М.
Langchain + Qdrant Cloud | Pinecone FREE Alternative (20GB) | Tutorial
44:04
Alejandro AO - Software & Ai
Рет қаралды 38 М.
Why are vector databases so FAST?
44:59
Underfitted
Рет қаралды 19 М.
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 254 М.
Natural Language Processing with Qdrant for Vector Similarity Search
42:30
Qdrant - Vector Database & Search Engine
Рет қаралды 3,7 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН