Mohammad Riyan
Mohammad Riyan
Guys Any Solution?
@joaotextor try this this one works for me `import { MemoryVectorStore } from 'langchain/vectorstores/memory';` `const embeddings = new OpenAIEmbeddings();` `const store = await MemoryVectorStore.fromDocuments(docs, embeddings);`
> I had the same problem, but in the end I ended up using: import { MemoryVectorStore } from 'langchain/vectorstores/memory'; > > const embeddings = new OpenAIEmbeddings(); const store =...
Guys any solution? @mukesh-simform @dhruv-h-simform @vishva-simform @
I'm also facing this issue on android
facing same issue here too ``` "react-native": "0.75.4", "react-native-reanimated": "^3.16.1", "react-native-gesture-handler": "^2.20.0", "react-native-draggable-flatlist": "^4.0.1", ```
@feng-yu-healthbank have you found any solution? I'm also facing the same issue with RN v0.76.5