Results 16 comments of Mayk Caldas

Hello @FahaxikiHoney, could you solve your issue? I will close the issue due to its inactivity. However, you can reopen it if you need to follow up.

Hey all, Thanks for the support here @xiaobeicn . PaperQA is highly customizable. We gather all available settings in the [`Settings` class](https://github.com/Future-House/paper-qa/blob/main/paperqa/settings.py). Also, [This tutorial](https://futurehouse.gitbook.io/futurehouse-cookbook/paperqa/docs/tutorials/settings_tutorial) shows one example on how...

Hello @FahaxikiHoney , Were you able to resolve your issue with Dosu support? It looks like your Ollama server isn't running. Since some time has passed, I’ll go ahead and...

Hello @SURUIYUAN and @wight911, @SURUIYUAN , do you mind sharing a minimal code to reproduce the problem? It is possible that your `settings.agent.index.paper_directory` points to the wrong directory? Please check...

Thanks, @NewJerseyStyle, for the support here! I will close this issue once it's answered. @ialzyoud Feel free to reopen it if you need any more help.

Hello @markokow and @Radvian . We currently have [`NumpyVectorStore`](https://github.com/Future-House/paper-qa/blob/main/paperqa/llms.py#L180) and [`QDrantVectorStore`](https://github.com/Future-House/paper-qa/blob/main/paperqa/llms.py#L284) implemented. Both inherit from [`VectorStore`](https://github.com/Future-House/paper-qa/blob/main/paperqa/llms.py#L62) If you're operating `Docs` directly, you can implement your own `VectorStore` and pass it...