Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Ollama base url handling and Qdrant component #2007

Merged
merged 2 commits into from
May 29, 2024
Merged

Commits on May 29, 2024

  1. ♻️ (Qdrant.py): refactor QdrantComponent class to improve code readab…

    …ility and maintainability by reordering and organizing the initialization parameters.
    ogabrielluiz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    642acf8 View commit details
    Browse the repository at this point in the history
  2. ♻️ (OllamaModel.py): Remove unused imports and clean up code formatti…

    …ng for better readability
    
    📝 (OllamaModel.py): Update comments and docstrings for clarity and consistency
    🔧 (OllamaModel.py): Refactor the logic for setting the base URL in the get_model method to improve maintainability and readability
    ogabrielluiz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    32e8da3 View commit details
    Browse the repository at this point in the history