Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Vector Search Demo App
|
2 |
|
3 |
This is a Gradio web application that demonstrates vector search capabilities using MongoDB Atlas and OpenAI embeddings.
|
@@ -93,4 +97,4 @@ The application is optimized for handling large datasets:
|
|
93 |
|
94 |
- The search uses OpenAI's text-embedding-ada-002 model to create embeddings
|
95 |
- Results are limited to top 5 matches
|
96 |
-
- Similarity scores range from 0 to 1, with higher scores indicating better matches
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
sdk: gradio
|
4 |
+
---
|
5 |
# Vector Search Demo App
|
6 |
|
7 |
This is a Gradio web application that demonstrates vector search capabilities using MongoDB Atlas and OpenAI embeddings.
|
|
|
97 |
|
98 |
- The search uses OpenAI's text-embedding-ada-002 model to create embeddings
|
99 |
- Results are limited to top 5 matches
|
100 |
+
- Similarity scores range from 0 to 1, with higher scores indicating better matches
|