longcule123
commited on
Commit
•
e610c29
1
Parent(s):
88195a2
Delete documents.csv
Browse files- documents.csv +0 -170
documents.csv
DELETED
@@ -1,170 +0,0 @@
|
|
1 |
-
text,source
|
2 |
-
"---
|
3 |
-
|
4 |
-
draft: false
|
5 |
-
|
6 |
-
title: Food Discovery
|
7 |
-
|
8 |
-
short_description: Qdrant Food Discovery Demo recommends more similar meals based on how they look
|
9 |
-
|
10 |
-
description: This demo uses data from Delivery Service. Users may like or dislike the photo of a dish, and the app will recommend more similar meals based on how they look. It's also possible to choose to view results from the restaurants within the delivery radius.
|
11 |
-
|
12 |
-
preview_image: /demo/food-discovery-demo.png
|
13 |
-
|
14 |
-
link: https://food-discovery.qdrant.tech/
|
15 |
-
|
16 |
-
weight: 2
|
17 |
-
|
18 |
-
sitemapExclude: True
|
19 |
-
|
20 |
-
---
|
21 |
-
",demo/demo-2.md
|
22 |
-
"---
|
23 |
-
|
24 |
-
draft: false
|
25 |
-
|
26 |
-
title: E-commerce products categorization
|
27 |
-
|
28 |
-
short_description: E-commerce products categorization demo from Qdrant vector database
|
29 |
-
|
30 |
-
description: This demo shows how you can use vector database in e-commerce. Enter the name of the product and the application will understand which category it belongs to, based on the multi-language model. The dots represent clusters of products.
|
31 |
-
|
32 |
-
preview_image: /demo/products_categorization_demo.jpg
|
33 |
-
|
34 |
-
link: https://qdrant.to/extreme-classification-demo
|
35 |
-
|
36 |
-
weight: 3
|
37 |
-
|
38 |
-
sitemapExclude: True
|
39 |
-
|
40 |
-
---
|
41 |
-
",demo/demo-3.md
|
42 |
-
"---
|
43 |
-
|
44 |
-
draft: false
|
45 |
-
|
46 |
-
title: Startup Search
|
47 |
-
|
48 |
-
short_description: Qdrant Startup Search. This demo uses short descriptions of startups to perform a semantic search
|
49 |
-
|
50 |
-
description: This demo uses short descriptions of startups to perform a semantic search. Each startup description converted into a vector using a pre-trained SentenceTransformer model and uploaded to the Qdrant vector search engine. Demo service processes text input with the same model and uses its output to query Qdrant for similar vectors. You can turn neural search on and off to compare the result with regular full-text search.
|
51 |
-
|
52 |
-
preview_image: /demo/startup_search_demo.jpg
|
53 |
-
|
54 |
-
link: https://qdrant.to/semantic-search-demo
|
55 |
-
|
56 |
-
weight: 1
|
57 |
-
|
58 |
-
sitemapExclude: True
|
59 |
-
|
60 |
-
---
|
61 |
-
",demo/demo-1.md
|
62 |
-
"---
|
63 |
-
|
64 |
-
page_title: Vector Search Demos and Examples
|
65 |
-
|
66 |
-
description: Interactive examples and demos of vector search based applications developed with Qdrant vector search engine.
|
67 |
-
|
68 |
-
title: Vector Search Demos
|
69 |
-
|
70 |
-
section_title: Interactive Live Examples
|
71 |
-
|
72 |
-
---",demo/_index.md
|
73 |
-
"---
|
74 |
-
|
75 |
-
title: Examples
|
76 |
-
|
77 |
-
weight: 25
|
78 |
-
|
79 |
-
# If the index.md file is empty, the link to the section will be hidden from the sidebar
|
80 |
-
|
81 |
-
is_empty: false
|
82 |
-
|
83 |
-
---
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
# Sample Use Cases
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
Our Notebooks offer complex instructions that are supported with a throrough explanation. Follow along by trying out the code and get the most out of each example.
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
| Example | Description | Stack |
|
96 |
-
|
97 |
-
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------|
|
98 |
-
|
99 |
-
| [Intro to Semantic Search and Recommendations Systems](https://githubtocolab.com/qdrant/examples/blob/master/qdrant_101_getting_started/getting_started.ipynb) | Learn how to get started building semantic search and recommendation systems. | Qdrant |
|
100 |
-
|
101 |
-
| [Search and Recommend Newspaper Articles](https://githubtocolab.com/qdrant/examples/blob/master/qdrant_101_text_data/qdrant_and_text_data.ipynb) | Work with text data to develop a semantic search and a recommendation engine for news articles. | Qdrant |
|
102 |
-
|
103 |
-
| [Recommendation System for Songs](https://githubtocolab.com/qdrant/examples/blob/master/qdrant_101_audio_data/03_qdrant_101_audio.ipynb) | Use Qdrant to develop a music recommendation engine based on audio embeddings. | Qdrant |
|
104 |
-
|
105 |
-
| [Image Comparison System for Skin Conditions](https://colab.research.google.com/github/qdrant/examples/blob/master/qdrant_101_image_data/04_qdrant_101_cv.ipynb) | Use Qdrant to compare challenging images with labels representing different skin diseases. | Qdrant |
|
106 |
-
|
107 |
-
| [Question and Answer System with LlamaIndex](https://githubtocolab.com/qdrant/examples/blob/master/llama_index_recency/Qdrant%20and%20LlamaIndex%20%E2%80%94%20A%20new%20way%20to%20keep%20your%20Q%26A%20systems%20up-to-date.ipynb) | Combine Qdrant and LlamaIndex to create a self-updating Q&A system. | Qdrant, LlamaIndex, Cohere |
|
108 |
-
|
109 |
-
| [Extractive QA System](https://githubtocolab.com/qdrant/examples/blob/master/extractive_qa/extractive-question-answering.ipynb) | Extract answers directly from context to generate highly relevant answers. | Qdrant |
|
110 |
-
|
111 |
-
| [Ecommerce Reverse Image Search](https://githubtocolab.com/qdrant/examples/blob/master/ecommerce_reverse_image_search/ecommerce-reverse-image-search.ipynb) | Accept images as search queries to receive semantically appropriate answers. | Qdrant |
|
112 |
-
|
113 |
-
| [Basic RAG](https://githubtocolab.com/qdrant/examples/blob/master/rag-openai-qdrant/rag-openai-qdrant.ipynb) | Basic RAG pipeline with Qdrant and OpenAI SDKs | OpenAI, Qdrant, FastEmbed |
|
114 |
-
",documentation/examples.md
|
115 |
-
"---
|
116 |
-
|
117 |
-
title: Release notes
|
118 |
-
|
119 |
-
weight: 42
|
120 |
-
|
121 |
-
type: external-link
|
122 |
-
|
123 |
-
external_url: https://github.com/qdrant/qdrant/releases
|
124 |
-
|
125 |
-
sitemapExclude: True
|
126 |
-
|
127 |
-
---
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
",documentation/release-notes.md
|
133 |
-
"---
|
134 |
-
|
135 |
-
title: Benchmarks
|
136 |
-
|
137 |
-
weight: 33
|
138 |
-
|
139 |
-
draft: true
|
140 |
-
|
141 |
-
---
|
142 |
-
",documentation/benchmarks.md
|
143 |
-
"---
|
144 |
-
|
145 |
-
title: Community links
|
146 |
-
|
147 |
-
weight: 42
|
148 |
-
|
149 |
-
---
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
# Community Contributions
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
Though we do not officially maintain this content, we still feel that is is valuable and thank our dedicated contributors.
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
| Link | Description | Stack |
|
162 |
-
|
163 |
-
|------|------------------------------|--------|
|
164 |
-
|
165 |
-
| [Pinecone to Qdrant Migration](https://github.com/NirantK/qdrant_tools) | Complete python toolset that supports migration between two products. | Qdrant, Pinecone |
|
166 |
-
|
167 |
-
| [LlamaIndex Support for Qdrant](https://gpt-index.readthedocs.io/en/latest/examples/vector_stores/QdrantIndexDemo.html) | Documentation on common integrations with LlamaIndex. | Qdrant, LlamaIndex |
|
168 |
-
|
169 |
-
| [Geo.Rocks Semantic Search Tutorial](https://geo.rocks/post/qdrant-transformers-js-semantic-search/) | Create a fully working semantic search stack with a built in search API and a minimal stack. | Qdrant, HuggingFace, SentenceTransformers, transformers.js |
|
170 |
-
",documentation/community-links.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|