h2ogpt
h2ogpt copied to clipboard
Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/
when deployed on openshift these values need to be nullified. https://github.com/h2oai/h2ogpt/issues/1616 https://github.com/h2oai/platform-charts/pull/261
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
I have doctr installed , When I upload a photo, it works very well and extracts text perfectly. However, when I upload a scanned PDF, it keeps processing for a...
when install on openshift using umbrella chart. umbrella can NOT nullify podSecurityContext, if set to null, it will be override by h2oGPT default values. details in: https://github.com/h2oai/platform-charts/issues/260 need to set...
Why im getting this error when i upload a scanned pdf file ? everything was working correctly until i changed some configs to make mistral model work on gpu but...
Any reasons why Im getting this error when running below code. ``` from h2ogpte import H2OGPTE API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" REMOTE_ADDRESS = "https://h2ogpte.genai.h2o.ai" client = H2OGPTE(address=REMOTE_ADDRESS, api_key=API_KEY) llm = "mistralai/Mixtral-8x7B-Instruct-v0.1" answer...
Any reasons why mistralai_mistral-7b-instruct-v0.2 does not offload on gpu ? load INSTRUCTOR_Transformer max_seq_length 512 Starting get_model: llama Failed to listen to n_gpus: No module named 'llama_cpp_cuda', trying llama_cpp module llama_model_loader:...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Hi i just tried to learn about h2o and have script to hit h2o api, but i confuse how to sepparate between upload document to h2o database and queries-summaries answering...
Enhancement request coming from a customer for h2oGPT UI 1. Enhance UI to give a more OpenAI-UI-like experience 2. Option to choose/change model in between a chat session without losing...