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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,12 @@ Check out the [docs](https://docs.embedbase.xyz) for more info.
28
28
29
29
## What is it
30
30
31
-
Embedbase is a dead-simple API to help you use [VectorDBs](https://learn.microsoft.com/en-us/semantic-kernel/concepts-ai/vectordb) and [Embeddings Models](https://en.wikipedia.org/wiki/Sentence_embedding#:~:text=Sentence%20embedding%20is%20the%20collective,to%20vectors%20of%20real%20numbers.) without needing to host them!
32
-
You can use embedbase to customize LLM (like ChatGPT!) and automatically feed them the right information.
31
+
Embedbase is a dead-simple API to help you use [VectorDBs](https://learn.microsoft.com/en-us/semantic-kernel/concepts-ai/vectordb) and LLMs without needing to host them!
32
+
33
+
## Key features
34
+
35
+
- Generate: use `.generateText()` to use 9+ LLMs
36
+
- Semantic Search: use `.add()` to create a list of semantically searchable information and `.search()` to run semantic queries
0 commit comments