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

issue for conversations path in package.json #103

Closed
tangshuang opened this issue Aug 13, 2024 · 2 comments
Closed

issue for conversations path in package.json #103

tangshuang opened this issue Aug 13, 2024 · 2 comments
Assignees

Comments

@tangshuang
Copy link

tangshuang commented Aug 13, 2024

dist/conversation or dist/conversations?

"./conversation/memory": {
            "types": "./dist/conversations/memory-conversations.d.ts",
            "import": "./dist/conversations/memory-conversations.js",
            "require": "./dist/conversations/memory-conversations.cjs"
        },
        "./conversation/mongo": {
            "types": "./dist/conversations/mongo-conversations.d.ts",
            "import": "./dist/conversations/mongo-conversations.js",
            "require": "./dist/conversations/mongo-conversations.cjs"
        },
Cannot find module '/node_modules/@llm-tools/embedjs/dist/conversation/memory-conversations.js' imported from /node_modules/@llm-tools/embedjs/dist/core/rag-application.js
@adhityan-kv-shift
Copy link
Contributor

You are right, should be dist/conversation

@adhityan
Copy link
Collaborator

Addressed in latest version.

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

No branches or pull requests

3 participants