You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# vector-embedding-api
2
-
Flask server that allows users to generate text embeddings using OpenAI's "text-embedding-ada-002" model or the Sentence Transformers library. Text embeddings are dense vector representations of textual data that capture semantic information, making them useful for various natural language processing tasks.
2
+
Flask API server for generating text embeddings using OpenAI's "text-embedding-ada-002" model or the Sentence Transformers library.
0 commit comments