llm-python icon indicating copy to clipboard operation
llm-python copied to clipboard

Large Language Models (LLMs) tutorials & sample scripts, ft. langchain, openai, llamaindex, gpt, chromadb & pinecone

Results 5 llm-python issues
Sort by recently updated
recently updated
newest added

The Chromadb doesn't work whenever i try to put it in the RetreivalQA.from_chain_type as a retreiver , it gives me this error : ` 'NoneType' object has no attribute 'info'...

i am facing these 2 errors, kindly help me out what I am missing ? _script.py", line 47, in prompt_helper = PromptHelper( TypeError: PromptHelper.__init__() got an unexpected keyword argument 'max_input_size'...

On a fresh install - day old computer - Windows 11, VS Code 1.81.1 and Python 3.11 - Creating a virtual environment for this repo using requirements.txt failed on `triton=2.0.0`...

`index.storage_context.persist() `is not storing the vector_store and creating the` vector_store.json ` file When I try to load from disk and run` sc2 = StorageContext.from_defaults(persist_dir='./storage')`, i get the following error: `No...

Hi there, I was trying to get the 07_custom.py program to run with the facebook/opt-iml-1.3b model and I can see it loads the cache correctly and I put in enough...