-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
Model Context Protocol as the name suggests standardizes the external datasource interaction.
+ the fact that is completely open source opens up the path for faster collaboration/progress imo
[O…
-
**Describe the bug**
The Instructor library is throwing an error when attempting to process multiple tool calls. The specific error is "Instructor does not support multiple tool calls, use List[Model…
-
* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
* 'smart_union' has been removed
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "C:\Users…
-
### Bug Description
1. Multimodal llms:
- llama-index-multi-modal-llms-ollama ~= 0.1.3 make conflict with llama-index-llms-ollama ~= 0.2.2
- llama-index-multi-modal-llms-ollama use an old ollama …
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
### Bug Description
I was following this [link](https://docs.llamaindex.ai/en/stable/examples/property_graph/property_graph_neo4j/). After setting up my `PropertyGraphIndex.from_documents()`, I navi…
-
### Describe the bug
Starting server without entering any api keys in environment variables. Choose ollama latest from dropdowns, then select first prompt results in error message: LoadAPIKeyError An…
-
```bash
(ragenv) [root@1477dc078bac local-LLM-with-RAG]# python
Python 3.9.19 (main, May 6 2024, 19:43:03)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license…
-
Ollama is OpenAI-compatible so it should work out of the box using the OpenAI provider (by overriding the base URL).
We should explicitly test and document it to ensure there are no unexpected diff…