Nuno Campos
Nuno Campos
Thanks @samuelcardillo , to confirm you did have only 3 documents in this index at this time?
yea it is inside hnswlib (or actually inside the node wrapper https://github.com/yoshoku/hnswlib-node/blob/1fc96acf2f9357b75307dd64533a4492581c5281/src/addon.cc#L624), but do we want to at least warn the user? If they have 3 docs and ask for...
Another option would be to make the index property private, if you need access to it you can always create the instance with an index created outside?
This is great, now a challenge would be how to make it work with prompts loaded from langchainhub 🤔
Thanks so much for this @micahriggan , I've rebased this and pulling this in now
We're missing the `exports` key, thanks for pointing it out! we'll get it fixed
We have added an alternative in #258
Another thing to fix here is to add support for at least one docstore that is external, as there is no filesystem support to load one from a file
One option for openai adapter is mentioned here https://github.com/openai/openai-node/issues/30#issuecomment-1342350056
@dqbd thanks so much for getting this started, updated your issue above to keep track of progress being made