Ingest files for retrieval augmented generation (RAG) with open-source Large Language Models (LLMs), all without 3rd parties or sensitive data leaving your network.
Issue: The interpreter used to throw error when ollama models where not found, this caused ollama_models state to be false causing the select box to crash in settings (Since not an Iterable).
Changes: return type of get_models() in catch statement gives an empty list. Also disables the select box when there no models and changes place holder to no models available.
Issue: The interpreter used to throw error when ollama models where not found, this caused ollama_models state to be false causing the select box to crash in settings (Since not an Iterable).
Changes: return type of get_models() in catch statement gives an empty list. Also disables the select box when there no models and changes place holder to no models available.