LarryBattle / DocuDive

GPT for your wiki pages
MIT License
0 stars 1 forks source link

Create a microservice to use for the LLM / VectorStore #19

Closed LarryBattle closed 1 year ago

LarryBattle commented 1 year ago

@brayanpena530 Please move all the code to https://github.com/LarryBattle/DocuDive/blob/main/v1.1_microservice/ I see code at the root of this directory

Also please add readme.md and instructions on how to setup

This might be helpful:

To download models run

wget https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin wget https://huggingface.co/eachadea/ggml-nous-hermes-13b/resolve/main/ggml-v3-13b-hermes-q5_1.bin

LarryBattle commented 1 year ago

Related issue: https://github.com/LarryBattle/DocuDive/issues/2

LarryBattle commented 1 year ago

@brayanpena530 Can you output the timeformat in this

>>> datetime.datetime.now().strftime("%Y-%m-%dT%H:%M:%SZ")
'2018-09-05T14:09:03Z'
brayanpena530 commented 1 year ago

sure thing

LarryBattle commented 1 year ago

I moved the code in this PR and made the API match the /keepalive and /api/ask endpoints Changes here: https://github.com/LarryBattle/DocuDive/pull/27