Finished the workshop Open-Source Data Ingestion using dlt, qdran and Cogne. Hiba Jamal, from dlt, hosted the workshop for #llzoomcamp https://datatalks.club.
Watch the replay: https://www.youtube.com/watch?v=MNt_KK32gys
Finished the workshop Open-Source Data Ingestion using dlt, qdran and Cogne. Hiba Jamal, from dlt, hosted the workshop for #llzoomcamp https://datatalks.club.
Watch the replay: https://www.youtube.com/watch?v=MNt_KK32gys
Just finished module two of the #llzoomcamp course from https://datatalks.club
covering vector search using Qdrant
* Getting Started with Vector Search and Qdrant
* Embedding Text Data
* Indexing
* Search
* RAG with Vector Search
* Hybrid Search
Module content can be found at: https://github.com/DataTalksClub/llm-zoomcamp/tree/main/02-vector-search
Just finished module one of the #llzoomcamp course from https://datatalks.club
I practiced the following topics:
- Naive indexing of documents and searching.
- Indexing and searching of documents using Elasticsearch.
- Prompt building and filtering.
- Built a basic RAG flow in Python.