sunholo 0.118.1__tar.gz → 0.118.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sunholo-0.118.1/src/sunholo.egg-info → sunholo-0.118.2}/PKG-INFO +5 -5
- {sunholo-0.118.1 → sunholo-0.118.2}/pyproject.toml +5 -5
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/big_context.py +4 -1
- {sunholo-0.118.1 → sunholo-0.118.2/src/sunholo.egg-info}/PKG-INFO +5 -5
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo.egg-info/requires.txt +4 -4
- {sunholo-0.118.1 → sunholo-0.118.2}/LICENSE.txt +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/MANIFEST.in +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/README.md +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/setup.cfg +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/chat_history.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/dispatch_to_qa.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/fastapi/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/fastapi/base.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/fastapi/qna_routes.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/flask/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/flask/base.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/flask/qna_routes.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/flask/vac_routes.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/langserve.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/pubsub.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/route.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/special_commands.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/agents/swagger.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/archive/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/archive/archive.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/auth/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/auth/gcloud.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/auth/refresh.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/auth/run.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/azure/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/azure/auth.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/azure/blobs.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/azure/event_grid.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/bots/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/bots/discord.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/bots/github_webhook.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/bots/webapp.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/azure.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/doc_handling.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/encode_metadata.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/images.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/loaders.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/message_data.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/pdfs.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/process_chunker_data.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/publish.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/pubsub.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/chunker/splitter.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/chat_vac.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/cli.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/cli_init.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/configs.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/deploy.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/embedder.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/merge_texts.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/run_proxy.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/sun_rich.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/swagger.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/cli/vertex.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/components/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/components/llm.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/components/retriever.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/components/vectorstore.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/custom_logging.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/alloydb.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/alloydb_client.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/database.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/lancedb.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/create_function.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/create_function_time.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/create_table.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/delete_source_row.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/return_sources.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/sql/sb/setup.sql +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/static_dbs.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/database/uuid.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/discovery_engine/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/discovery_engine/chunker_handler.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/discovery_engine/create_new.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/discovery_engine/discovery_engine_client.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/discovery_engine/get_ai_search_chunks.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/embedder/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/embedder/embed_chunk.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/excel/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/excel/plugin.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/add_file.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/download_folder.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/download_url.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/extract_and_sign.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/gcs/metadata.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/file_handling.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/genaiv2.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/images.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/init.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/process_funcs_cls.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/genai/safety.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/invoke/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/invoke/async_class.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/invoke/direct_vac_func.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/invoke/invoke_vac_utils.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/langchain_types.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/langfuse/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/langfuse/callback.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/langfuse/evals.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/langfuse/prompts.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/llamaindex/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/llamaindex/get_files.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/llamaindex/import_files.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/llamaindex/llamaindex_class.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/llamaindex/user_history.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/lookup/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/lookup/model_lookup.yaml +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/mcp/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/mcp/cli.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/pubsub/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/pubsub/process_pubsub.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/pubsub/pubsub_manager.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/qna/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/qna/parsers.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/qna/retry.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/senses/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/senses/stream_voice.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/streaming/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/streaming/content_buffer.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/streaming/langserve.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/streaming/stream_lookup.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/streaming/streaming.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/summarise/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/summarise/summarise.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/agent_service.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/app.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/my_log.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/tools/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/tools/your_agent.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/agent/vac_service.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/project/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/project/app.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/project/my_log.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/project/vac_service.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/system_services/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/system_services/app.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/templates/system_services/my_log.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/terraform/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/terraform/tfvars_editor.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/tools/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/tools/web_browser.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/api_key.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/config.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/config_class.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/config_schema.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/gcp.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/gcp_project.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/mime.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/parsers.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/timedelta.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/user_ids.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/utils/version.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/__init__.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/extensions_call.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/extensions_class.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/genai_functions.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/init.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/memory_tools.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/safety.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo/vertex/type_dict_to_json.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo.egg-info/SOURCES.txt +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo.egg-info/dependency_links.txt +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo.egg-info/entry_points.txt +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/src/sunholo.egg-info/top_level.txt +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_async.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_async_genai2.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_chat_history.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_config.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_genai2.py +0 -0
- {sunholo-0.118.1 → sunholo-0.118.2}/tests/test_unstructured.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.118.
|
|
3
|
+
Version: 0.118.2
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Author-email: Holosun ApS <multivac@sunholo.com>
|
|
6
6
|
License: Apache License, Version 2.0
|
|
@@ -59,10 +59,10 @@ Requires-Dist: lancedb; extra == "all"
|
|
|
59
59
|
Requires-Dist: langchain>=0.2.16; extra == "all"
|
|
60
60
|
Requires-Dist: langchain-experimental>=0.0.61; extra == "all"
|
|
61
61
|
Requires-Dist: langchain-community>=0.2.11; extra == "all"
|
|
62
|
-
Requires-Dist: langchain-openai
|
|
63
|
-
Requires-Dist: langchain-google-genai
|
|
62
|
+
Requires-Dist: langchain-openai>=0.3.2; extra == "all"
|
|
63
|
+
Requires-Dist: langchain-google-genai>=2.0.9; extra == "all"
|
|
64
64
|
Requires-Dist: langchain_google_alloydb_pg; extra == "all"
|
|
65
|
-
Requires-Dist: langchain-anthropic
|
|
65
|
+
Requires-Dist: langchain-anthropic>=0.1.23; extra == "all"
|
|
66
66
|
Requires-Dist: langchain-google-vertexai; extra == "all"
|
|
67
67
|
Requires-Dist: langchain-unstructured; extra == "all"
|
|
68
68
|
Requires-Dist: langfuse; extra == "all"
|
|
@@ -142,7 +142,7 @@ Requires-Dist: langchain_google_alloydb_pg>=0.2.2; extra == "gcp"
|
|
|
142
142
|
Requires-Dist: langchain-google-vertexai; extra == "gcp"
|
|
143
143
|
Requires-Dist: pillow; extra == "gcp"
|
|
144
144
|
Provides-Extra: openai
|
|
145
|
-
Requires-Dist: langchain-openai
|
|
145
|
+
Requires-Dist: langchain-openai>=0.3.2; extra == "openai"
|
|
146
146
|
Requires-Dist: tiktoken; extra == "openai"
|
|
147
147
|
Provides-Extra: anthropic
|
|
148
148
|
Requires-Dist: langchain-anthropic>=0.1.23; extra == "anthropic"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sunholo"
|
|
7
|
-
version = "0.118.
|
|
7
|
+
version = "0.118.2"
|
|
8
8
|
description = "Large Language Model DevOps - a package to help deploy LLMs to the Cloud."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -90,10 +90,10 @@ all = [
|
|
|
90
90
|
"langchain>=0.2.16",
|
|
91
91
|
"langchain-experimental>=0.0.61",
|
|
92
92
|
"langchain-community>=0.2.11",
|
|
93
|
-
"langchain-openai
|
|
94
|
-
"langchain-google-genai
|
|
93
|
+
"langchain-openai>=0.3.2",
|
|
94
|
+
"langchain-google-genai>=2.0.9",
|
|
95
95
|
"langchain_google_alloydb_pg",
|
|
96
|
-
"langchain-anthropic
|
|
96
|
+
"langchain-anthropic>=0.1.23",
|
|
97
97
|
"langchain-google-vertexai",
|
|
98
98
|
"langchain-unstructured",
|
|
99
99
|
"langfuse",
|
|
@@ -180,7 +180,7 @@ gcp = [
|
|
|
180
180
|
"pillow"
|
|
181
181
|
]
|
|
182
182
|
openai = [
|
|
183
|
-
"langchain-openai
|
|
183
|
+
"langchain-openai>=0.3.2",
|
|
184
184
|
"tiktoken"
|
|
185
185
|
]
|
|
186
186
|
anthropic = [
|
|
@@ -22,7 +22,8 @@ def has_text_extension(file_path):
|
|
|
22
22
|
'.txt', '.md', '.py', '.json', '.xml', '.csv', '.html', '.htm',
|
|
23
23
|
'.css', '.js', '.java', '.c', '.cpp', '.h', '.hpp', '.r', '.sh',
|
|
24
24
|
'.bat', '.ini', '.yaml', '.yml', '.toml', '.pl', '.rb', '.go',
|
|
25
|
-
'.ts', '.tsx', '.rs', '.swift', '.kt', '.kts', '.scala', '.sql'
|
|
25
|
+
'.ts', '.tsx', '.rs', '.swift', '.kt', '.kts', '.scala', '.sql',
|
|
26
|
+
'.tf', '.tfvars',
|
|
26
27
|
}
|
|
27
28
|
# Get the file extension and check if it's in the set
|
|
28
29
|
_, ext = os.path.splitext(file_path)
|
|
@@ -141,6 +142,8 @@ def merge_text_files(source_folder, output_file, patterns):
|
|
|
141
142
|
outfile.write(f"\n--- End of {file_path} ---\n\n")
|
|
142
143
|
except (IOError, UnicodeDecodeError):
|
|
143
144
|
print(f"Skipping file (cannot read as text): {file_path}")
|
|
145
|
+
else:
|
|
146
|
+
print(f"Skipping file (not a recognised text file extension): {file_path}")
|
|
144
147
|
outfile.write("\n--- File Tree ---\n")
|
|
145
148
|
outfile.write("\n".join(file_tree))
|
|
146
149
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.118.
|
|
3
|
+
Version: 0.118.2
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Author-email: Holosun ApS <multivac@sunholo.com>
|
|
6
6
|
License: Apache License, Version 2.0
|
|
@@ -59,10 +59,10 @@ Requires-Dist: lancedb; extra == "all"
|
|
|
59
59
|
Requires-Dist: langchain>=0.2.16; extra == "all"
|
|
60
60
|
Requires-Dist: langchain-experimental>=0.0.61; extra == "all"
|
|
61
61
|
Requires-Dist: langchain-community>=0.2.11; extra == "all"
|
|
62
|
-
Requires-Dist: langchain-openai
|
|
63
|
-
Requires-Dist: langchain-google-genai
|
|
62
|
+
Requires-Dist: langchain-openai>=0.3.2; extra == "all"
|
|
63
|
+
Requires-Dist: langchain-google-genai>=2.0.9; extra == "all"
|
|
64
64
|
Requires-Dist: langchain_google_alloydb_pg; extra == "all"
|
|
65
|
-
Requires-Dist: langchain-anthropic
|
|
65
|
+
Requires-Dist: langchain-anthropic>=0.1.23; extra == "all"
|
|
66
66
|
Requires-Dist: langchain-google-vertexai; extra == "all"
|
|
67
67
|
Requires-Dist: langchain-unstructured; extra == "all"
|
|
68
68
|
Requires-Dist: langfuse; extra == "all"
|
|
@@ -142,7 +142,7 @@ Requires-Dist: langchain_google_alloydb_pg>=0.2.2; extra == "gcp"
|
|
|
142
142
|
Requires-Dist: langchain-google-vertexai; extra == "gcp"
|
|
143
143
|
Requires-Dist: pillow; extra == "gcp"
|
|
144
144
|
Provides-Extra: openai
|
|
145
|
-
Requires-Dist: langchain-openai
|
|
145
|
+
Requires-Dist: langchain-openai>=0.3.2; extra == "openai"
|
|
146
146
|
Requires-Dist: tiktoken; extra == "openai"
|
|
147
147
|
Provides-Extra: anthropic
|
|
148
148
|
Requires-Dist: langchain-anthropic>=0.1.23; extra == "anthropic"
|
|
@@ -37,10 +37,10 @@ lancedb
|
|
|
37
37
|
langchain>=0.2.16
|
|
38
38
|
langchain-experimental>=0.0.61
|
|
39
39
|
langchain-community>=0.2.11
|
|
40
|
-
langchain-openai
|
|
41
|
-
langchain-google-genai
|
|
40
|
+
langchain-openai>=0.3.2
|
|
41
|
+
langchain-google-genai>=2.0.9
|
|
42
42
|
langchain_google_alloydb_pg
|
|
43
|
-
langchain-anthropic
|
|
43
|
+
langchain-anthropic>=0.1.23
|
|
44
44
|
langchain-google-vertexai
|
|
45
45
|
langchain-unstructured
|
|
46
46
|
langfuse
|
|
@@ -139,7 +139,7 @@ langchain-community
|
|
|
139
139
|
langsmith
|
|
140
140
|
|
|
141
141
|
[openai]
|
|
142
|
-
langchain-openai
|
|
142
|
+
langchain-openai>=0.3.2
|
|
143
143
|
tiktoken
|
|
144
144
|
|
|
145
145
|
[pipeline]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|