Emre Sırmalı
Emre Sırmalı
> Hey @lynicis, I believe this was fixed here: > > #6920 > > Please reopen if upgrading to the latest `@langchain/pinecone` doesn't resolve this. Still same on "@langchain/pinecone": "^0.1.1"
OpenAI Embeddings is broken and no one cares
> Can you give a minimal reproducible example? Something I can paste into a file and run end to end After invoke prompt, it just throws ```replace is not a...
> Can you print `const fooBarPrompt = pull("foo-bar-prompt");`? Pretty sure that also needs to be `await`'ed sorry it was typo but same
> I can't see the prompt though ```ts import { createStuffDocumentsChain } from "langchain/chains/combine_documents"; import { StringOutputParser } from "@langchain/core/output_parsers"; import { MemoryVectorStore } from "langchain/vectorstores/memory"; import { OpenAIEmbeddings, ChatOpenAI...
is there any update?