Skip to content

Commit 8d84c55

Browse files
committed
👌 IMPROVE: embed example
1 parent d2d368e commit 8d84c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/embed/embed.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def main():
1919
"""
2020
response = langbase.embed(
2121
chunks=[
22-
"Langbase is the most powerful serverless platform for building AI agents with memory. Build, scale, and evaluate AI agents with semantic memory (RAG) and world-class developer experience. We process billions of AI messages/tokens daily. Built for every developer, not just AI/ML experts."
22+
"Langbase is the most powerful serverless platform for building AI agents with memory. Build, scale, and evaluate AI agents with semantic memory (RAG) and world-class developer experience.",
23+
"We process billions of AI messages/tokens daily. Built for every developer, not just AI/ML experts.",
2324
],
2425
embedding_model="openai:text-embedding-3-large",
2526
)

0 commit comments

Comments
 (0)