dil0gcc / plAiground

this is a repo to facilitate AI application development
0 stars 0 forks source link

Question answering over an index #1

Open tardigrde opened 1 year ago

tardigrde commented 1 year ago

Realize this example: https://python.langchain.com/en/latest/modules/chains/index_examples/vector_db_qa.html

Goal: I can provide (almost) any type of file or any URL, and have an educated discussion about the docs with the GPT model.

Usecase: I want to learn more about LangChain. If the above goal is satisfied, I can do the following:

See repo for native implementation: https://github.com/tardigrde/docs-gpt-qa

tardigrde commented 1 year ago

@dil0gcc could you enable Github Discussions on this project? Or is that a paid feature?

I found a good starting point /alternative for what I outlined above: https://github.com/akshata29/chatpdf

Other resources I found after a quick lookaround: GPT4 awesome page https://gpt4.tools/

also similar to what I want to do https://www.youtube.com/watch?v=ih9PBGVVOO4

Lot of tutorials with examples https://github.com/gkamradt/langchain-tutorials/tree/main

tardigrde commented 1 year ago

this should be it : https://github.com/arc53/DocsGPT