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

Conversation

ogabrielluiz
Copy link
Contributor

This pull request includes several code refactorings to improve the readability and maintainability of the codebase. The changes include reordering and organizing the initialization parameters in the QdrantComponent class, removing unused imports and cleaning up code formatting in the OllamaModel.py file, updating comments and docstrings for clarity and consistency in the OllamaModel.py file, and refactoring the logic for setting the base URL in the get_model method of the OllamaModel.py file to improve maintainability and readability. These changes aim to make the codebase more organized and easier to understand for future development and maintenance.

…ility and maintainability by reordering and organizing the initialization parameters.
…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
Copy link

vercel bot commented May 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2024 1:33pm

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label May 29, 2024
@ogabrielluiz ogabrielluiz merged commit 92a11b7 into dev May 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant