Dani Shulman

Results 5 comments of Dani Shulman

As a workaround, locally I use this command to find the private files via cli aws s3 ls s3://s3-bucket-name/private/ --recursive | grep cabc1f14-0990-42e0-a9b6-2ec26143432a* | cut -c 32- I guess you...

Hey Jeff, really appreciate your help on this... I pushed the updated repo here This is the file I modified https://github.com/dsws/langchain-nextjs-template/blob/main/app/api/chat/retrieval/route.ts If you want to see original its in the...

@tazarov added this line to node_modules/chromadb/package.json But still the same issue.... @jeffchuber have u had a chance to run my project?

Actually i removed my webpack config and it started to not throw an error anymore, but the process takes a very long time. My embedding are tiny from 3 documents...

After installing encoding it started to give my original error again... so this is still and issue