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

fix: postgres embedding issues #425

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

tarrencev
Copy link
Contributor

No description provided.

} finally {
client.release();
}
return await this.searchMemoriesByEmbedding(params.embedding, {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these methods are equivalent. the current function signature for searchMemories doesn't scope by roomId, im not sure if that is intentional?

Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for doing this! Do you mind adding a quick screengrab before and after confirming the search memories by embeddings refactor doesn't introduce any regressions?

@@ -34,6 +34,7 @@ twitter_cookies.json
timeline_cache.json

*.sqlite
agent
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this cant be git ignored

@ponderingdemocritus ponderingdemocritus merged commit 737811f into elizaOS:main Nov 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants