richard-aoede
richard-aoede
~~textKey is the actual text being stored as metadata within Pinecone, I believe.~~ Edit: It's the key of the text once it's stored in the database as metadata. I've given...
I did successfully upsert pdfs in serverless using typescript but when I tried to search it threw errors with the makeChain function for me.
@mowliv That's awesome that you got a whopping 6000 pdfs! I've got 52 pdfs with ranging from 50 to 300 pages. I'm getting really low scores when trying to search....
Oh and here's my snippet but it's pretty messy lol. Note that I borrowed someone else's idea of having multiple pdfs from a flat directory (ex: "farm_animals/chickens.pdf", "farm_animals/cows.pdf", "home_animals/dogs.pdf", "home_animals/cats.pdf")....
Yes I believe NextAuth in general is tricky to implement on edge runtimes at the moment with all these new ORM's.