Clelia (Astra) Bertelli
849e221a7e
Merge pull request #43 from nishanthp/add_support_for_parquet
...
Add Parquet export support to OtelTracesSqlEngine
2026-03-02 09:58:20 +01:00
Nishanth Prakash
7b63cde1c3
Add test cases
2026-02-16 14:03:33 -08:00
Nishanth Prakash
1d2b6c8b44
Add to Streamlit app
2026-02-16 11:05:34 -08:00
Nishanth Prakash
ce5371bf6d
Add relavent test cases
2026-02-07 22:27:24 -08:00
Nishanth Prakash
e38a392b25
Add support parquet
2026-02-07 15:02:21 -08:00
Clelia (Astra) Bertelli
fbae029432
Merge pull request #38 from nick-galluzzo/fix/provide-regional-api-support
...
feat: Add support for LlamaCloud EU region
2025-08-14 20:00:50 +02:00
Nick Galluzzo
d181908590
fix: resolve type checking errors in querying.py
...
- Ensure create_llamacloud_index is never passes `None` for `api_key` and `pipeline_id`
2025-07-29 13:21:12 +07:00
Nick Galluzzo
a6ca566ca4
chore: Change us regional definition to default
2025-07-29 13:06:07 +07:00
Nick Galluzzo
b1bb47cff2
fix: change file imports for accuracy in create_llama_cloud_index
2025-07-29 11:48:38 +07:00
Nick Galluzzo
9f1b0b785a
fix: resolve regional API support issues and improve code maintainability
2025-07-24 19:14:12 +07:00
Nick Galluzzo
872af68a39
fix: resolve regional API support issues and improve code maintainability
...
- Fix AsyncLlamaCloud initialization to use 'token' parameter instead of 'api_key'
- Resolve async event loop conflicts in create_llama_cloud_index.py
- Fix relative import issues by converting to absolute imports with proper sys.path handling
- Centralize regional support logic in utils.py with dedicated client creation functions
- Eliminate DRY violations by removing duplicated base_url handling across files
- Improve maintainability with consistent parameter handling and import patterns
- Add proper error handling for async operations within existing event loops
2025-07-24 19:13:08 +07:00
Nick Galluzzo
73b84dcda1
fix: add regional support & refactors for DRY
2025-07-24 18:37:49 +07:00
Clelia (Astra) Bertelli
943964c08e
Merge pull request #37 from run-llama/clelia/reframe-readme
...
Reframe readme badges
2025-07-17 19:33:51 +02:00
Clelia (Astra) Bertelli
8d507391d0
ci: linting
2025-07-17 19:32:23 +02:00
Clelia (Astra) Bertelli
fc534f4a79
Update README.md
2025-07-17 19:31:08 +02:00
Clelia (Astra) Bertelli
28a90f0ddc
Merge pull request #36 from lwsinclair/add-mseep-badge
...
Add MseeP.ai badge
2025-07-17 19:26:46 +02:00
Lawrence Sinclair
82be9fb45b
Add MseeP.ai badge to README.md
2025-07-17 10:02:31 -07:00
Clelia (Astra) Bertelli
69512f8b33
Merge pull request #31 from run-llama/clelia/utils-refactoring-and-document-management
...
Refactoring utils.py and creating a document management UI
v0.4.0
2025-07-17 11:04:58 +02:00
Clelia (Astra) Bertelli
ec7479c763
ci: linting
2025-07-17 11:03:35 +02:00
Clelia (Astra) Bertelli
ca8799b100
Merge branch 'main' into clelia/utils-refactoring-and-document-management
2025-07-17 11:00:59 +02:00
Nick Galluzzo
2c889acf82
Fix boolean evaluation error
...
Changed `if not self._table:` to `if self._table is None:` to avoid TypeErorr and fix runtime error in Document Management UI
2025-07-17 09:40:43 +07:00
Nick Galluzzo
34b44605b4
Merge pull request #35 from nick-galluzzo/feature/podcast-customization
...
feat: Podcast customization with UI configuration panel
2025-07-17 09:17:59 +07:00
Nick Galluzzo
8829d282e3
refactor: move BaseModel tests from test_audio.py to test_models.py
2025-07-17 09:15:40 +07:00
Clelia (Astra) Bertelli
ecd9973534
chore: resolve suggestions + tests
2025-07-16 19:50:18 +02:00
Nick Galluzzo
6de8482e88
fix: add type annotation for PODCAST_GEN to resolve error
2025-07-16 20:14:07 +07:00
Nick Galluzzo
45cd4e1ef1
improve podcast customization and add UI config panel
...
- Add VoiceConifg and AudioQuality for advanced audio settings
- Implement interactive UI panel section
- Fix the export to be placed outside of loop
- Add custom speaker roles, focus topics, and instruction fields
- Add custom exception hierarchy
- Implement async context managers for proper resource cleanup
- Add logging
- Add tests
2025-07-16 19:51:37 +07:00
Nick Galluzzo
e05598e72b
feat: init podcast customization with config
...
- Add PodcastConfig class with customization options
- Implement dynamic prompt building based on target audience
- Support for conversation style, tone, focus topics, and custom prompts
- Add speaker role customization (host/guest)
- Include audience-specific instruction templates for better content adaptation
2025-07-16 13:04:28 +07:00
Clelia (Astra) Bertelli
e99ea0c56f
feat: first implementation of parametrized SQL (untested)
2025-07-15 11:16:09 +02:00
Clelia (Astra) Bertelli
a40a08d64e
chore: implementing suggestions
2025-07-14 21:01:20 +02:00
Clelia (Astra) Bertelli
d1f3944b83
ci: typecheck
2025-07-13 18:13:37 +02:00
Clelia (Astra) Bertelli
666a89f0c8
chore: delete try.html and vbump
2025-07-13 18:09:51 +02:00
Clelia (Astra) Bertelli
f25b3c2afc
feat: add UI
2025-07-13 18:08:52 +02:00
Clelia (Astra) Bertelli
c9d8db8885
refactor: refactoring utils; feat: adding document management class
2025-07-13 12:45:41 +02:00
Clelia (Astra) Bertelli
5420cfe50c
Merge pull request #30 from nick-galluzzo/refactor/cli-option-values-separation
...
refactor: separate display text from internal values in CLI options
v0.3.1
2025-07-12 10:37:22 +02:00
Nick Galluzzo
c680f33705
chore: version bump
2025-07-12 15:25:57 +07:00
Clelia (Astra) Bertelli
9c92a44340
Merge pull request #29 from nick-galluzzo/fix/extract_file_data
...
Fix: Increase MCP Client Timeout to Prevent Processing Errors
2025-07-12 10:16:08 +02:00
Nick Galluzzo
72804a556b
refactor: separate display text from internal values in CLI options
...
- use programatic identifiers (default_settings, custom_settings) as internal values
- remove duplicate/unused DefaultOrCustomApp class from utils.py
2025-07-12 13:27:37 +07:00
Nick Galluzzo
481e3348fe
fix: Increase MCP client timeout to 120s
...
The `extract_file_data` step was timing out after 30 seconds when processing larger or more complex files, causing an McpError.
This change increases the BasicMCPClient timeout to 120 seconds, providing a more stable window for the server to complete its work
2025-07-12 11:23:04 +07:00
Clelia (Astra) Bertelli
e22ee5f713
Merge pull request #28 from run-llama/clelia/remove-windows-warning
...
chore: remove windows warning
2025-07-11 22:06:21 +02:00
Clelia (Astra) Bertelli
fc74efaddc
Update README.md
2025-07-11 21:55:38 +02:00
Clelia (Astra) Bertelli
cacccffca4
Merge pull request #27 from run-llama/clelia/windows-patch
...
fix: Windows-specific issues related to across-threads IO operations
v0.3.0
2025-07-11 21:52:47 +02:00
himself65
22d0cd0489
fix: uv sync
2025-07-11 11:42:57 -07:00
Clelia (Astra) Bertelli
46c31e572f
ci: linting
2025-07-11 19:51:02 +02:00
Astra Clelia Bertelli
242405d287
fix: patches for windows
2025-07-11 19:47:38 +02:00
Clelia (Astra) Bertelli
48d69929cd
Merge pull request #25 from run-llama/clelia/readme-windows
...
chore: update readme with warning for windows users
2025-07-11 17:32:26 +02:00
Clelia (Astra) Bertelli
f0c1cc6c68
ci: linting
2025-07-11 17:31:00 +02:00
Clelia (Astra) Bertelli
090ba2161d
update readme with warning for windows users
2025-07-11 17:28:37 +02:00
Clelia (Astra) Bertelli
a1598c2d5d
Merge pull request #24 from run-llama/AstraBert-patch-1
...
Update issue templates
2025-07-11 16:16:44 +02:00
Clelia (Astra) Bertelli
488ed0e09c
chore: remove image
2025-07-11 16:14:08 +02:00
Clelia (Astra) Bertelli
f4e6eb52e7
ci: linting
2025-07-11 16:13:39 +02:00