Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D/cookbooks: Added new cookbooks #1020

Merged
merged 4 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
608 changes: 0 additions & 608 deletions agents-api/notebooks/01-revise-entities.ipynb

This file was deleted.

803 changes: 0 additions & 803 deletions agents-api/notebooks/02-trim-messages.ipynb

This file was deleted.

1,451 changes: 0 additions & 1,451 deletions agents-api/notebooks/03-summarise.ipynb

This file was deleted.

720 changes: 0 additions & 720 deletions agents-api/notebooks/RecSum-experiments.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion agents-api/notebooks/test-chat.json

This file was deleted.

2 changes: 1 addition & 1 deletion agents-api/tests/test_docs_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async def _(
result = await search_docs_by_embedding(
developer_id=developer.id,
owners=[("agent", agent.id)],
query_embedding=query_embedding,
embedding=query_embedding,
k=3, # Add k parameter
metadata_filter={"test": "test"}, # Add metadata filter
connection_pool=pool,
Expand Down
Loading
Loading