ChatPDF icon indicating copy to clipboard operation
ChatPDF copied to clipboard

Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.

Results 12 ChatPDF issues
Sort by recently updated
recently updated
newest added

openai.error.InvalidRequestError: Unsupported OpenAI-Version header provided: 2022-12-01. (HINT: you can provide any of the following supported versions: 2020-10-01, 2020-11-07. Alternatively, you can simply omit this header to use the default version...

D:\anaconda\envs\ChatPDF-main2\python.exe D:/python_project/ChatPDF-main/main.py Using embedded DuckDB without persistence: data will be transient Retrying langchain.embeddings.openai.embed_with_retry.._embed_with_retry in 4.0 seconds as it raised RateLimitError: You exceeded your current quota, please check your plan and...

Traceback (most recent call last): File "D:\python_project\ChatPDF-main\main.py", line 16, in pages = loader.load_and_split() File "D:\anaconda\envs\ChatPDF-main2\lib\site-packages\langchain\document_loaders\base.py", line 36, in load_and_split docs = self.load() File "D:\anaconda\envs\ChatPDF-main2\lib\site-packages\langchain\document_loaders\unstructured.py", line 61, in load elements =...

etrying langchain.embeddings.openai.embed_with_retry.._embed_with_retry in 4.0 seconds as it raised RateLimitError: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs:...

I get the following error after uploading the PDF and asking a question. ![grafik](https://github.com/Anil-matcha/ChatPDF/assets/91065022/2a962805-6c32-4f21-820b-1ee508868369)

Thanks for you contribution and work! Sometimes I got error like this: openai.error.InvalidRequestError: This model's maximum context length is 4097 tokens, however you requested 4236 tokens (3980 in your prompt;...

Hi, I'm trying to use some LLM model from huggingface, for example "lmsys/vicuna-13b-v1.3". The model could be fetched through AutoModelForCausalLM.from_pretrained. However, what's the best way to wrap the model for...

-----------------------Error Log of hnswlib--------------------------- ERROR: Failed building wheel for hnswlib Failed to build hnswlib ERROR: Could not build wheels for hnswlib, which is required to install pyproject.toml-based projects WARNING: You...

Recently built ChatAudio which works with ChatPDF as a base but can handle Audio. Please consider dropping the link in README so more people can reach out to it [ChatAudio](https://github.com/Lord-Haji/ChatAudio)...

I see you have an input field with a callback `process_input`: ``` st.text_input("Message", key="user_input", disabled=not is_openai_api_key_set(), on_change=process_input) ``` This callback `process_input` is: ``` def process_input(): if st.session_state["user_input"] and len(st.session_state["user_input"].strip()) >...