langtrace-python-sdk 2.2.1__tar.gz → 2.2.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.
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/PKG-INFO +1 -1
- langtrace_python_sdk-2.2.2/src/examples/dspy_example/math_problems_cot_parallel.py +59 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/dspy/instrumentation.py +2 -2
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/dspy/patch.py +36 -36
- langtrace_python_sdk-2.2.2/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-2.2.1/src/langtrace_python_sdk/version.py +0 -1
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/.gitignore +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/LICENSE +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/README.md +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/pyproject.toml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/chat.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/chat_stream.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/embed.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/rerank.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/tools.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/crewai_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/math_problems_cot.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/program_of_thought_basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/quiz_gen.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/react.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/fastapi_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/fastapi_example/basic_route.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/gemini_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/gemini_example/function_tools.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/gemini_example/main.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/hiveagent_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/inspect_ai_example/basic_eval.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/groq_example.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/langgraph_example.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/agent.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/ollama_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/ollama_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/async_tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/async_tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/chat_completion.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/embeddings_create.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/function_calling.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/images_edit.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/images_generate.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/resources/lounge_flamingo.png +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/resources/mask.png +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/tool_calling.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/perplexity_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/qdrant_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/qdrant_example/basic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/vertexai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/vertexai_example/main.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/weaviate_example/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/weaviate_example/query_text.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/cohere.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/gemini.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/groq.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/ollama.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/qdrant.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/vertexai.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/constants/instrumentation/weaviate.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/extensions/langtrace_filesystem.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/cohere/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/cohere/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/cohere/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/crewai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/crewai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/crewai/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/dspy/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/gemini/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/gemini/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/gemini/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/groq/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/groq/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/groq/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langgraph/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langgraph/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/langgraph/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/ollama/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/ollama/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/ollama/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/qdrant/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/qdrant/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/qdrant/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/vertexai/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/vertexai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/vertexai/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/weaviate/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/weaviate/instrumentation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/instrumentation/weaviate/patch.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/types/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/langtrace_sampler.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/misc.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/prompt_registry.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/sdk_version_checker.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/silently_fail.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/types.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/run_example.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/cassettes/test_anthropic.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/cassettes/test_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/cassettes/test_async_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/test_anthropic.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/chroma/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/cassettes/test_cohere_chat.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/cassettes/test_cohere_embed.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/cassettes/test_cohere_rerank.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_chat.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_embed.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_rerank.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/cassettes/test_async_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/groq/test_groq.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/langchain/cassettes/test_langchain.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/langchain/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/langchain/test_langchain.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/cassettes/test_async_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/cassettes/test_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_embeddings.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/pinecone/cassettes/test_query.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/pinecone/cassettes/test_upsert.yaml +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/pinecone/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/qdrant/conftest.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/qdrant/test_qdrant.py +0 -0
- {langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/utils.py +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import dspy
|
|
2
|
+
from dspy.datasets.gsm8k import GSM8K, gsm8k_metric
|
|
3
|
+
from dspy.teleprompt import BootstrapFewShot
|
|
4
|
+
from concurrent.futures import ThreadPoolExecutor
|
|
5
|
+
from opentelemetry.context import get_current, attach, detach
|
|
6
|
+
|
|
7
|
+
# flake8: noqa
|
|
8
|
+
from langtrace_python_sdk import langtrace, with_langtrace_root_span
|
|
9
|
+
|
|
10
|
+
langtrace.init()
|
|
11
|
+
|
|
12
|
+
turbo = dspy.OpenAI(model="gpt-3.5-turbo", max_tokens=250)
|
|
13
|
+
dspy.settings.configure(lm=turbo)
|
|
14
|
+
|
|
15
|
+
# Load math questions from the GSM8K dataset
|
|
16
|
+
gsm8k = GSM8K()
|
|
17
|
+
gsm8k_trainset, gsm8k_devset = gsm8k.train[:10], gsm8k.dev[:10]
|
|
18
|
+
|
|
19
|
+
class CoT(dspy.Module):
|
|
20
|
+
def __init__(self):
|
|
21
|
+
super().__init__()
|
|
22
|
+
self.prog = dspy.ChainOfThought("question -> answer")
|
|
23
|
+
|
|
24
|
+
def forward(self, question):
|
|
25
|
+
return self.prog(question=question)
|
|
26
|
+
|
|
27
|
+
@with_langtrace_root_span(name="parallel_example")
|
|
28
|
+
def example():
|
|
29
|
+
# Set up the optimizer: we want to "bootstrap" (i.e., self-generate) 4-shot examples of our CoT program.
|
|
30
|
+
config = dict(max_bootstrapped_demos=4, max_labeled_demos=4)
|
|
31
|
+
|
|
32
|
+
# Optimize! Use the `gsm8k_metric` here. In general, the metric is going to tell the optimizer how well it's doing.
|
|
33
|
+
teleprompter = BootstrapFewShot(metric=gsm8k_metric, **config)
|
|
34
|
+
optimized_cot = teleprompter.compile(CoT(), trainset=gsm8k_trainset)
|
|
35
|
+
|
|
36
|
+
questions = [
|
|
37
|
+
"What is the cosine of 0?",
|
|
38
|
+
"What is the tangent of 0?",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
current_context = get_current()
|
|
42
|
+
|
|
43
|
+
def run_with_context(context, func, *args, **kwargs):
|
|
44
|
+
token = attach(context)
|
|
45
|
+
try:
|
|
46
|
+
return func(*args, **kwargs)
|
|
47
|
+
finally:
|
|
48
|
+
detach(token)
|
|
49
|
+
|
|
50
|
+
with ThreadPoolExecutor(max_workers=2) as executor:
|
|
51
|
+
futures = [executor.submit(run_with_context, current_context, optimized_cot, question=q) for q in questions]
|
|
52
|
+
|
|
53
|
+
for future in futures:
|
|
54
|
+
ans = future.result()
|
|
55
|
+
print(ans)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if __name__ == "__main__":
|
|
59
|
+
example()
|
|
@@ -27,12 +27,12 @@ class DspyInstrumentation(BaseInstrumentor):
|
|
|
27
27
|
The DspyInstrumentor class represents the DSPy instrumentation"""
|
|
28
28
|
|
|
29
29
|
def instrumentation_dependencies(self) -> Collection[str]:
|
|
30
|
-
return ["dspy >= 0.
|
|
30
|
+
return ["dspy-ai >= 2.0.0"]
|
|
31
31
|
|
|
32
32
|
def _instrument(self, **kwargs):
|
|
33
33
|
tracer_provider = kwargs.get("tracer_provider")
|
|
34
34
|
tracer = get_tracer(__name__, "", tracer_provider)
|
|
35
|
-
version = v("dspy")
|
|
35
|
+
version = v("dspy-ai")
|
|
36
36
|
_W(
|
|
37
37
|
"dspy.teleprompt.bootstrap",
|
|
38
38
|
"BootstrapFewShot.compile",
|
|
@@ -39,25 +39,25 @@ def patch_bootstrapfewshot_optimizer(operation_name, version, tracer):
|
|
|
39
39
|
),
|
|
40
40
|
}
|
|
41
41
|
span_attributes["dspy.optimizer.module.prog"] = json.dumps(prog)
|
|
42
|
-
if
|
|
43
|
-
span_attributes["dspy.optimizer.metric"] = instance
|
|
42
|
+
if hasattr(instance, 'metric'):
|
|
43
|
+
span_attributes["dspy.optimizer.metric"] = getattr(instance, 'metric').__name__
|
|
44
44
|
if kwargs.get("trainset") and len(kwargs.get("trainset")) > 0:
|
|
45
45
|
span_attributes["dspy.optimizer.trainset"] = str(kwargs.get("trainset"))
|
|
46
46
|
config = {}
|
|
47
|
-
if
|
|
48
|
-
config["metric_threshold"] = instance
|
|
49
|
-
if
|
|
50
|
-
config["teacher_settings"] = instance
|
|
51
|
-
if
|
|
52
|
-
config["max_bootstrapped_demos"] = instance
|
|
53
|
-
if
|
|
54
|
-
config["max_labeled_demos"] = instance
|
|
55
|
-
if
|
|
56
|
-
config["max_rounds"] = instance
|
|
57
|
-
if
|
|
58
|
-
config["max_errors"] = instance
|
|
59
|
-
if
|
|
60
|
-
config["error_count"] = instance
|
|
47
|
+
if hasattr(instance, 'metric_threshold'):
|
|
48
|
+
config["metric_threshold"] = getattr(instance, 'metric_threshold')
|
|
49
|
+
if hasattr(instance, 'teacher_settings'):
|
|
50
|
+
config["teacher_settings"] = getattr(instance, 'teacher_settings')
|
|
51
|
+
if hasattr(instance, 'max_bootstrapped_demos'):
|
|
52
|
+
config["max_bootstrapped_demos"] = getattr(instance, 'max_bootstrapped_demos')
|
|
53
|
+
if hasattr(instance, 'max_labeled_demos'):
|
|
54
|
+
config["max_labeled_demos"] = getattr(instance, 'max_labeled_demos')
|
|
55
|
+
if hasattr(instance, 'max_rounds'):
|
|
56
|
+
config["max_rounds"] = getattr(instance, 'max_rounds')
|
|
57
|
+
if hasattr(instance, 'max_steps'):
|
|
58
|
+
config["max_errors"] = getattr(instance, 'max_errors')
|
|
59
|
+
if hasattr(instance, 'error_count'):
|
|
60
|
+
config["error_count"] = getattr(instance, 'error_count')
|
|
61
61
|
if config and len(config) > 0:
|
|
62
62
|
span_attributes["dspy.optimizer.config"] = json.dumps(config)
|
|
63
63
|
|
|
@@ -147,30 +147,30 @@ def patch_evaluate(operation_name, version, tracer):
|
|
|
147
147
|
**(extra_attributes if extra_attributes is not None else {}),
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
if "devset"
|
|
151
|
-
span_attributes["dspy.evaluate.devset"] = str(instance
|
|
152
|
-
if "
|
|
153
|
-
span_attributes["dspy.evaluate.display"] = str(instance
|
|
154
|
-
if "num_threads"
|
|
155
|
-
span_attributes["dspy.evaluate.num_threads"] = str(instance
|
|
156
|
-
if "return_outputs"
|
|
150
|
+
if hasattr(instance, "devset"):
|
|
151
|
+
span_attributes["dspy.evaluate.devset"] = str(getattr(instance, "devset"))
|
|
152
|
+
if hasattr(instance, "trainset"):
|
|
153
|
+
span_attributes["dspy.evaluate.display"] = str(getattr(instance, "trainset"))
|
|
154
|
+
if hasattr(instance, "num_threads"):
|
|
155
|
+
span_attributes["dspy.evaluate.num_threads"] = str(getattr(instance, "num_threads"))
|
|
156
|
+
if hasattr(instance, "return_outputs"):
|
|
157
157
|
span_attributes["dspy.evaluate.return_outputs"] = str(
|
|
158
|
-
instance
|
|
158
|
+
getattr(instance, "return_outputs")
|
|
159
159
|
)
|
|
160
|
-
if "display_table"
|
|
161
|
-
span_attributes["dspy.evaluate.display_table"] = str(instance
|
|
162
|
-
if "display_progress"
|
|
160
|
+
if hasattr(instance, "display_table"):
|
|
161
|
+
span_attributes["dspy.evaluate.display_table"] = str(getattr(instance, "display_table"))
|
|
162
|
+
if hasattr(instance, "display_progress"):
|
|
163
163
|
span_attributes["dspy.evaluate.display_progress"] = str(
|
|
164
|
-
instance
|
|
164
|
+
getattr(instance, "display_progress")
|
|
165
165
|
)
|
|
166
|
-
if "metric"
|
|
167
|
-
span_attributes["dspy.evaluate.metric"] = instance
|
|
168
|
-
if "error_count"
|
|
169
|
-
span_attributes["dspy.evaluate.error_count"] = str(instance
|
|
170
|
-
if "error_lock"
|
|
171
|
-
span_attributes["dspy.evaluate.error_lock"] = str(instance
|
|
172
|
-
if "max_errors"
|
|
173
|
-
span_attributes["dspy.evaluate.max_errors"] = str(instance
|
|
166
|
+
if hasattr(instance, "metric"):
|
|
167
|
+
span_attributes["dspy.evaluate.metric"] = getattr(instance, "metric").__name__
|
|
168
|
+
if hasattr(instance, "error_count"):
|
|
169
|
+
span_attributes["dspy.evaluate.error_count"] = str(getattr(instance, "error_count"))
|
|
170
|
+
if hasattr(instance, "error_lock"):
|
|
171
|
+
span_attributes["dspy.evaluate.error_lock"] = str(getattr(instance, "error_lock"))
|
|
172
|
+
if hasattr(instance, "max_errors"):
|
|
173
|
+
span_attributes["dspy.evaluate.max_errors"] = str(getattr(instance, "max_errors"))
|
|
174
174
|
if args and len(args) > 0:
|
|
175
175
|
span_attributes["dspy.evaluate.args"] = str(args)
|
|
176
176
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.2.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.2.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/anthropic_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/chat_stream.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/rerank.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/cohere_example/tools.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/crewai_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/quiz_gen.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/dspy_example/react.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/fastapi_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/gemini_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/gemini_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/hiveagent_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/agent.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/ollama_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/ollama_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/openai_example/images_edit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/perplexity_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/pinecone_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/qdrant_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/qdrant_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/vertexai_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/vertexai_example/main.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/examples/weaviate_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/__init__.py
RENAMED
|
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
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/types/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/misc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/langtrace_python_sdk/utils/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/anthropic/test_anthropic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/cohere/test_cohere_rerank.py
RENAMED
|
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
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/langchain/test_langchain.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_chat_completion.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_embeddings.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/openai/test_image_generation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.2.1 → langtrace_python_sdk-2.2.2}/src/tests/pinecone/test_pinecone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|