You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got this error after running bun run index.ts: 6 | if (embeddingHost) {
7 | host = embeddingHost;
8 | } else if (memfreeHost) {
9 | host = ${memfreeHost}/embedding;
10 | } else {
11 | throw new Error("Neither MEMFREE_HOST nor EMBEDDING_HOST is defined");
^
error: Neither MEMFREE_HOST nor EMBEDDING_HOST is defined
Expected behavior
not sure
Add Screenshots
No response
On which device are you experiencing this bug?
No response
Record
I have read the Contributing Guidelines
I have starred the repository
I would like to work on this
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the bug
i got this error after running bun run index.ts: 6 | if (embeddingHost) {
7 | host = embeddingHost;
8 | } else if (memfreeHost) {
9 | host =
${memfreeHost}/embedding
;10 | } else {
11 | throw new Error("Neither MEMFREE_HOST nor EMBEDDING_HOST is defined");
^
error: Neither MEMFREE_HOST nor EMBEDDING_HOST is defined
Expected behavior
not sure
Add Screenshots
No response
On which device are you experiencing this bug?
No response
Record
The text was updated successfully, but these errors were encountered: