cwyodmodules 0.3.36__py3-none-any.whl → 0.3.37__py3-none-any.whl
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.
- cwyodmodules/api/chat_history.py +10 -9
- cwyodmodules/batch/utilities/chat_history/auth_utils.py +3 -2
- cwyodmodules/batch/utilities/chat_history/cosmosdb.py +13 -12
- cwyodmodules/batch/utilities/chat_history/postgresdbservice.py +13 -12
- cwyodmodules/batch/utilities/common/source_document.py +9 -8
- cwyodmodules/batch/utilities/document_chunking/fixed_size_overlap.py +2 -1
- cwyodmodules/batch/utilities/document_chunking/layout.py +2 -1
- cwyodmodules/batch/utilities/document_chunking/page.py +2 -1
- cwyodmodules/batch/utilities/document_loading/read.py +2 -1
- cwyodmodules/batch/utilities/helpers/azure_computer_vision_client.py +7 -6
- cwyodmodules/batch/utilities/helpers/azure_form_recognizer_helper.py +3 -2
- cwyodmodules/batch/utilities/helpers/azure_postgres_helper.py +11 -10
- cwyodmodules/batch/utilities/helpers/azure_postgres_helper_light_rag.py +11 -10
- cwyodmodules/batch/utilities/helpers/azure_search_helper.py +10 -9
- cwyodmodules/batch/utilities/helpers/config/config_helper.py +20 -19
- cwyodmodules/batch/utilities/helpers/embedders/integrated_vectorization_embedder.py +4 -3
- cwyodmodules/batch/utilities/helpers/embedders/postgres_embedder.py +4 -3
- cwyodmodules/batch/utilities/helpers/embedders/push_embedder.py +7 -6
- cwyodmodules/batch/utilities/helpers/env_helper.py +4 -1
- cwyodmodules/batch/utilities/helpers/lightrag_helper.py +5 -4
- cwyodmodules/batch/utilities/helpers/llm_helper.py +10 -9
- cwyodmodules/batch/utilities/helpers/secret_helper.py +3 -3
- cwyodmodules/batch/utilities/integrated_vectorization/azure_search_index.py +5 -4
- cwyodmodules/batch/utilities/integrated_vectorization/azure_search_indexer.py +4 -3
- cwyodmodules/batch/utilities/integrated_vectorization/azure_search_skillset.py +2 -1
- cwyodmodules/batch/utilities/orchestrator/lang_chain_agent.py +4 -3
- cwyodmodules/batch/utilities/orchestrator/open_ai_functions.py +2 -1
- cwyodmodules/batch/utilities/orchestrator/orchestrator_base.py +5 -4
- cwyodmodules/batch/utilities/orchestrator/prompt_flow.py +5 -4
- cwyodmodules/batch/utilities/orchestrator/semantic_kernel_orchestrator.py +2 -1
- cwyodmodules/batch/utilities/parser/output_parser_tool.py +5 -4
- cwyodmodules/batch/utilities/plugins/outlook_calendar_plugin.py +4 -3
- cwyodmodules/batch/utilities/search/azure_search_handler.py +12 -11
- cwyodmodules/batch/utilities/search/azure_search_handler_light_rag.py +10 -9
- cwyodmodules/batch/utilities/search/integrated_vectorization_search_handler.py +12 -11
- cwyodmodules/batch/utilities/search/lightrag_search_handler.py +9 -8
- cwyodmodules/batch/utilities/search/postgres_search_handler.py +13 -12
- cwyodmodules/batch/utilities/search/postgres_search_handler_light_rag.py +14 -13
- cwyodmodules/batch/utilities/search/search.py +3 -2
- cwyodmodules/batch/utilities/tools/content_safety_checker.py +5 -4
- cwyodmodules/batch/utilities/tools/post_prompt_tool.py +2 -1
- cwyodmodules/batch/utilities/tools/question_answer_tool.py +8 -7
- cwyodmodules/batch/utilities/tools/text_processing_tool.py +2 -1
- {cwyodmodules-0.3.36.dist-info → cwyodmodules-0.3.37.dist-info}/METADATA +2 -2
- {cwyodmodules-0.3.36.dist-info → cwyodmodules-0.3.37.dist-info}/RECORD +48 -48
- {cwyodmodules-0.3.36.dist-info → cwyodmodules-0.3.37.dist-info}/WHEEL +0 -0
- {cwyodmodules-0.3.36.dist-info → cwyodmodules-0.3.37.dist-info}/licenses/LICENSE +0 -0
- {cwyodmodules-0.3.36.dist-info → cwyodmodules-0.3.37.dist-info}/top_level.txt +0 -0
File without changes
|