Sebastián Estévez

Results 53 issues of Sebastián Estévez

https://github.com/sweepai/sweep/blob/main/notebooks/chunking.ipynb

**Describe the bug** Docker automation should pull the docker versions it needs **To Reproduce** On a host that has never pulled grafana:7.01 run with --docker-metrics **What was Expected** Containers should...

container
validated

This pull request introduces a new voice assistant feature to the application, including backend API support and frontend integration. The most important changes include adding the `voice_mode_router`, creating a new...

enhancement
size:XXL

Anthropic released model context protocol a few days ago https://modelcontextprotocol.io/introduction It's an open protocol for LLM applications (first one being the claude desktop ui) and external data sources and tools....

enhancement
size:XL

**Is your feature request related to a problem? Please describe.** Currently when I stand up an sse client against a server that redirects I get [2024-12-17 16:40:04,008][ERROR] Error in post_writer:...

This pull request includes significant changes to the `SQLExecutorComponent` in the `src/backend/base/langflow/components/data/sql_executor.py` file. The main changes involve refactoring the component to improve its structure and functionality. Refactoring and Improvements: *...

enhancement
size:L

This pull request introduces significant updates to the `voice_mode.py` file, focusing on improving the handling of function calls, session configurations, and response creation. Key changes include the reintroduction of the...

bug
size:XL
DO NOT MERGE

This pull request simplifies the handling of JSON schemas by replacing nested Pydantic models with dictionaries and improving support for `additionalProperties`. It removes the `_build_model` function and refactors related code...

enhancement
size:M

Fixes #31 Compute vector store usage bytes in `create_vector_store` and `create_vector_store_file` functions. * **`impl/routes_v2/vector_stores.py`**: - Import `os` and `HTTPException`. - Compute `usage_bytes` in `create_vector_store` by summing `usage_bytes` of each file....