* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0
* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.
* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
* add ? to prevent bug when template has no value
* Refactor determine_component_name function in utils.py to use file name
* Bump version to 0.6.18 in pyproject.toml
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
* Add logger import in script.py.mako
* Fix error handling during upgrade in alembic scripts
* Bump version to 0.6.14 in pyproject.toml
* Update column types in credential and api_key models
* Bump version to 0.6.15 in pyproject.toml
- Fix issue causing Store API key to become invalid.
- Refactor the `parse_return_statement` method to handle nested returns,
addressing issue #1357.
- Update the `.env.example` file with the latest configuration options.
- Fix the `refresh_http_only` variable to ensure proper handling of
HTTP-only cookies.
- Fix uninteded submission
- Update Anthropic implementation
Migrate to langchain_anthropic and enhance ChatAnthropic functionality
- Replace langchain_community with langchain_anthropic for ChatAnthropic
- Add support for selecting the Claude model in ChatAnthropic
- Implement top_p and top_k parameter support in ChatAnthropic
* Working on mongodb
* Working on retriever tool
* Add vectorstore retriever
* Fix format
---------
Co-authored-by: Remco Goyvaerts <remco.goyvaerts@acagroup.be>
This pull request introduces a comprehensive refactor of our
application's error page layout. The primary goal of these changes is to
enhance user experience during error states by providing clearer, more
helpful information and improving the overall aesthetics of the error
page.
Fixes#1274
* Refactor chat.py for improved readability and maintainability
* Add imports and fix formatting issues
* Refactor database connection in Alembic env.py
* Add nullable columns to tables and fix foreign key constraint
* Update sqlalchemy logging level to DEBUG in alembic.ini
* Add connection and inspector objects for database reflection
* Refactor alembic initialization and migration process
* Refactor version option in main_entry_point function
* Remove pre-commit hook and format code
* Fix database inspector type hinting
* Add unique constraints and fix credential table
This pull request introduces a comprehensive refactor of our
application's error page layout. The primary goal of these changes is to
enhance user experience during error states by providing clearer, more
helpful information and improving the overall aesthetics of the error
page.
🐛 fix(CrashErrorComponent/index.tsx): fix typo in error message for better user understanding
✨ feat(CrashErrorComponent/index.tsx): add restart button to reset the app and provide a link to report errors on GitHub for community support
🔧 fix(authContext.tsx): add import statement for useFlowsManagerStoreto
fix missing import error
🔧 fix(authContext.tsx): set isLoading to false in useFlowsManagerStore
after setLoading to false to fix loading state inconsistency
🔧 fix(typesStore.ts): add null check for response.data to fix potential
null reference error
🔧 fix(authContext.tsx): set isLoading to false in useFlowsManagerStore after setLoading to false to fix loading state inconsistency
🔧 fix(typesStore.ts): add null check for response.data to fix potential null reference error