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

farcaster-client fails to embed #2302

Open
CryptoGraffe opened this issue Jan 14, 2025 · 2 comments
Open

farcaster-client fails to embed #2302

CryptoGraffe opened this issue Jan 14, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@CryptoGraffe
Copy link
Contributor

CryptoGraffe commented Jan 14, 2025

Describe the bug

I'm brand new to this so forgive me, but it seems all incoming memories (from mentions) are using an empty vector when trying to embed. Is this desired, or should it embed the text from the cast?

I see this in the code for memory processing:

https://github.com/elizaOS/eliza/blob/d55c86c961960b4b34528c358eb34b2ff4b34d87/packages/client-farcaster/src/memory.ts#L45C8-L45C45

embedding: getEmbeddingZeroVector(),

It looks to be hardcoded to always be empty.

I'm using 0.1.7

To Reproduce

Connect farcaster client and get inbound messages from replies. See these log messages:

◎ LOGS
Creating Memory
c749dce0-4f97-0878-870f-ae92d34be101
@agentpaddington why is it so hard

⚠ WARNINGS
Invalid embedding input:
{"input":"","type":"string","length":0}

Expected behavior

Actual embedding of the memories.

@CryptoGraffe CryptoGraffe added the bug Something isn't working label Jan 14, 2025
Copy link
Contributor

Hello @CryptoGraffe! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!

@AndriyAntonenko
Copy link

Yes, I've faced the same issue today. Also memories doesn't used in the prompt to answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants