Replies: 2 comments
-
Weird, this should be working. Let me take a look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The library, it's imports and documentation are significantly updated since the move to monorepo. This was recently tested and working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation I should be able to reference "import { InMemoryConversation } from '@llm-tools/embedjs/conversation/memory';" to utilize the InMemoryConversation functionality but I get "Cannot find module" error. I'm able to reference other areas of the module so I know it's loaded properly and I see the relevant files in the node_modules directory. Trying other obvious paths results in the same. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions