vladimircape
Results
12
comments of
vladimircape
> @vladimircape The bot's answer is correct. You cannot pass the LlamaIndex model to `initialize_agent` > > ```python > agent_executor = initialize_agent( > # llm must be a LangChain LLM...
> @vladimircape Can you share code? Sorry, in previous comment, i wrote incorrect, here is example what i mean ``` from llama_index import ListIndex, SimpleDirectoryReader from langchain.embeddings.huggingface import HuggingFaceEmbeddings from...