Snow Storm
Snow Storm
Has anyone found a solution to this issue? I’m encountering the same problem when using this PDF here: https://papers.nips.cc/paper_files/paper/2020/file/0004d0b59e19461ff126e3a08a814c33-Paper.pdf I'm using Python with ChromaDB: ``` from langchain_chroma import Chroma Chroma.from_documents(documents,...
+1 would be nice to have
I want to share a solution that worked for me when using Cypress with localhost, in case anyone faces the same issue: # Solution that worked for me ### Solution...
Whenever I run `encoding_name = tiktoken.encoding_for_model("gpt-4o")` It returns the following error: ``` KeyError: 'Could not automatically map gpt-4o to a tokeniser. Please use `tiktoken.get_encoding` to explicitly get the tokeniser you...