langtrace-python-sdk 3.3.28__tar.gz → 3.3.30__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-3.3.28 → langtrace_python_sdk-3.3.30}/PKG-INFO +3 -3
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/pyproject.toml +2 -2
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/dspy/patch.py +5 -13
- langtrace_python_sdk-3.3.30/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-3.3.30/src/tests/cohere/cassettes/test_cohere_chat.yaml +91 -0
- langtrace_python_sdk-3.3.30/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +215 -0
- langtrace_python_sdk-3.3.30/src/tests/cohere/cassettes/test_cohere_embed.yaml +74 -0
- langtrace_python_sdk-3.3.30/src/tests/cohere/cassettes/test_cohere_rerank.yaml +77 -0
- langtrace_python_sdk-3.3.28/src/langtrace_python_sdk/version.py +0 -1
- langtrace_python_sdk-3.3.28/src/tests/cohere/cassettes/test_cohere_chat.yaml +0 -89
- langtrace_python_sdk-3.3.28/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +0 -213
- langtrace_python_sdk-3.3.28/src/tests/cohere/cassettes/test_cohere_embed.yaml +0 -73
- langtrace_python_sdk-3.3.28/src/tests/cohere/cassettes/test_cohere_rerank.yaml +0 -76
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/.gitignore +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/LICENSE +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/README.md +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/autogen_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/autogen_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/awsbedrock_examples/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/awsbedrock_examples/converse.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/azureopenai_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/azureopenai_example/completion.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cerebras_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cerebras_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/chat.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/chat_stream.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/chat_streamv2.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/chatv2.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/embed.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/rerank.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/rerankv2.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/cohere_example/tools.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/agents.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/tasks.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/tools/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/instagram_post/tools/browser_tools.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/simple_agent/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/simple_agent/agents.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/simple_agent/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/simple_agent/tasks.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/agents.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/tasks.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/tools/calculator.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/crewai_example/trip_planner/tools/search_tools.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/QA_basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/QA_basic_with_chain_of_thought.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/QA_basic_with_signature.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/QA_multi_step_with_chain_of_thought.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/math_problems_cot.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/math_problems_cot_parallel.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/optimizers/bootstrap_fewshot.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/program_of_thought_basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/quiz_gen.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/dspy_example/react.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/embedchain_example/simple.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/fastapi_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/fastapi_example/basic_route.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/gemini_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/gemini_example/function_tools.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/gemini_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/google_genai_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/google_genai_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/hiveagent_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/inspect_ai_example/basic_eval.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/groq_example.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/langchain_google_example.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/langgraph_example.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/langgraph_example_tools.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/sagemaker.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/langgraph_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/litellm_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/litellm_example/config.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/litellm_example/proxy_basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/llamaindex_example/agent.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/milvus_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/mistral_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/mistral_example/complete.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/mistral_example/complete_async.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/mistral_example/embeddings.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/mongo_vector_search_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/ollama_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/ollama_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/async_tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/async_tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/chat_completion.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/chat_completion_tool_choice.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/embeddings_create.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/function_calling.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/images_edit.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/images_generate.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/resources/lounge_flamingo.png +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/resources/mask.png +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/send_user_feedback.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/tool_calling.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/openai_example/tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/otlp_example/otlp_basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/otlp_example/otlp_with_langtrace.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/perplexity_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/qdrant_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/qdrant_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/routellm_example/basic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/vertexai_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/vertexai_example/main.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/weaviate_example/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/examples/weaviate_example/query_text.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/aws_bedrock.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/cohere.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/embedchain.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/gemini.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/groq.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/litellm.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/milvus.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/mistral.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/ollama.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/pymongo.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/qdrant.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/vertexai.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/constants/instrumentation/weaviate.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/extensions/langtrace_filesystem.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/anthropic/types.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/autogen/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/autogen/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/autogen/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/aws_bedrock/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/aws_bedrock/bedrock_streaming_wrapper.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/aws_bedrock/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/aws_bedrock/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/aws_bedrock/stream_body_wrapper.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cerebras/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cerebras/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cerebras/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cohere/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cohere/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/cohere/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/crewai/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/crewai/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/crewai/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/dspy/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/dspy/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/embedchain/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/embedchain/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/embedchain/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/gemini/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/gemini/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/gemini/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/google_genai/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/google_genai/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/google_genai/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/groq/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/groq/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/groq/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langgraph/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langgraph/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/langgraph/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/litellm/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/litellm/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/litellm/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/litellm/types.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/milvus/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/milvus/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/milvus/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/mistral/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/mistral/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/mistral/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/ollama/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/ollama/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/ollama/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/openai/types.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pymongo/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pymongo/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/pymongo/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/qdrant/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/qdrant/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/qdrant/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/vertexai/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/vertexai/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/vertexai/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/weaviate/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/weaviate/instrumentation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/instrumentation/weaviate/patch.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/types/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/langtrace_sampler.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/misc.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/prompt_registry.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/sdk_version_checker.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/silently_fail.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/types.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/run_example.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/anthropic/cassettes/test_anthropic.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/anthropic/cassettes/test_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/anthropic/cassettes/test_async_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/anthropic/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/anthropic/test_anthropic.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/chroma/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/cohere/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/cohere/test_cohere_chat.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/cohere/test_cohere_embed.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/cohere/test_cohere_rerank.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/cassettes/test_async_chat_completion.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/groq/test_groq.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/langchain/cassettes/test_langchain.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/langchain/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/langchain/test_langchain.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_async_image_generation.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_embeddings_base_url.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/cassettes/test_image_generation.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/test_embeddings.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/pinecone/cassettes/test_query.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/pinecone/cassettes/test_upsert.yaml +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/pinecone/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/qdrant/conftest.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/qdrant/test_qdrant.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/test_session_id.py +0 -0
- {langtrace_python_sdk-3.3.28 → langtrace_python_sdk-3.3.30}/src/tests/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: langtrace-python-sdk
|
3
|
-
Version: 3.3.
|
3
|
+
Version: 3.3.30
|
4
4
|
Summary: Python SDK for LangTrace
|
5
5
|
Project-URL: Homepage, https://github.com/Scale3-Labs/langtrace-python-sdk
|
6
6
|
Author-email: Scale3 Labs <engineering@scale3labs.com>
|
@@ -23,7 +23,7 @@ Requires-Dist: sentry-sdk>=2.14.0
|
|
23
23
|
Requires-Dist: setuptools
|
24
24
|
Requires-Dist: sqlalchemy
|
25
25
|
Requires-Dist: tiktoken>=0.1.1
|
26
|
-
Requires-Dist: trace-attributes==7.1.
|
26
|
+
Requires-Dist: trace-attributes==7.1.1
|
27
27
|
Requires-Dist: transformers>=4.11.3
|
28
28
|
Requires-Dist: ujson>=5.10.0
|
29
29
|
Provides-Extra: dev
|
@@ -40,7 +40,7 @@ Requires-Dist: langchain-openai; extra == 'dev'
|
|
40
40
|
Requires-Dist: litellm==1.48.7; extra == 'dev'
|
41
41
|
Requires-Dist: mistralai; extra == 'dev'
|
42
42
|
Requires-Dist: ollama; extra == 'dev'
|
43
|
-
Requires-Dist: openai==1.
|
43
|
+
Requires-Dist: openai==1.60.0; extra == 'dev'
|
44
44
|
Requires-Dist: pinecone-client; extra == 'dev'
|
45
45
|
Requires-Dist: python-dotenv; extra == 'dev'
|
46
46
|
Requires-Dist: qdrant-client; extra == 'dev'
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
18
18
|
"Operating System :: OS Independent",
|
19
19
|
]
|
20
20
|
dependencies = [
|
21
|
-
'trace-attributes==7.1.
|
21
|
+
'trace-attributes==7.1.1',
|
22
22
|
'opentelemetry-api>=1.25.0',
|
23
23
|
'opentelemetry-sdk>=1.25.0',
|
24
24
|
'opentelemetry-instrumentation>=0.47b0',
|
@@ -40,7 +40,7 @@ requires-python = ">=3.9"
|
|
40
40
|
|
41
41
|
[project.optional-dependencies]
|
42
42
|
dev = [
|
43
|
-
"openai==1.
|
43
|
+
"openai==1.60.0",
|
44
44
|
"anthropic",
|
45
45
|
"chromadb",
|
46
46
|
"qdrant-client",
|
@@ -1,8 +1,5 @@
|
|
1
1
|
import json
|
2
|
-
import os
|
3
2
|
|
4
|
-
import ujson
|
5
|
-
from colorama import Fore
|
6
3
|
from importlib_metadata import version as v
|
7
4
|
from langtrace.trace_attributes import FrameworkSpanAttributes
|
8
5
|
from opentelemetry import baggage
|
@@ -11,16 +8,11 @@ from opentelemetry.trace.status import Status, StatusCode
|
|
11
8
|
|
12
9
|
from langtrace_python_sdk.constants import LANGTRACE_SDK_NAME
|
13
10
|
from langtrace_python_sdk.constants.instrumentation.common import (
|
14
|
-
LANGTRACE_ADDITIONAL_SPAN_ATTRIBUTES_KEY,
|
15
|
-
SERVICE_PROVIDERS,
|
16
|
-
)
|
11
|
+
LANGTRACE_ADDITIONAL_SPAN_ATTRIBUTES_KEY, SERVICE_PROVIDERS)
|
17
12
|
from langtrace_python_sdk.utils import set_span_attribute
|
18
|
-
from langtrace_python_sdk.utils.llm import (
|
19
|
-
|
20
|
-
|
21
|
-
get_span_name,
|
22
|
-
set_span_attributes,
|
23
|
-
)
|
13
|
+
from langtrace_python_sdk.utils.llm import (get_extra_attributes,
|
14
|
+
get_langtrace_attributes,
|
15
|
+
get_span_name, set_span_attributes)
|
24
16
|
from langtrace_python_sdk.utils.silently_fail import silently_fail
|
25
17
|
|
26
18
|
|
@@ -139,7 +131,7 @@ def patch_signature(operation_name, version, tracer):
|
|
139
131
|
set_span_attribute(
|
140
132
|
span,
|
141
133
|
"dspy.signature.result",
|
142
|
-
json.dumps(result.toDict()),
|
134
|
+
json.dumps(result.toDict(), default=lambda x: list(x) if isinstance(x, set) else x),
|
143
135
|
)
|
144
136
|
span.set_status(Status(StatusCode.OK))
|
145
137
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "3.3.30"
|
@@ -0,0 +1,91 @@
|
|
1
|
+
interactions:
|
2
|
+
- request:
|
3
|
+
body:
|
4
|
+
'{"message": "Tell me a story in 3 sentences or less?", "stream": false,
|
5
|
+
"model": "command", "preamble": "answer like a pirate", "chat_history": [{"role":
|
6
|
+
"USER", "message": "Who discovered gravity?"}, {"role": "CHATBOT", "message":
|
7
|
+
"The man who is widely credited with discovering gravity is Sir Isaac Newton"}],
|
8
|
+
"connectors": [{"id": "web-search"}], "temperature": 0.1}'
|
9
|
+
headers:
|
10
|
+
accept:
|
11
|
+
- "*/*"
|
12
|
+
accept-encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
connection:
|
15
|
+
- keep-alive
|
16
|
+
content-length:
|
17
|
+
- "370"
|
18
|
+
content-type:
|
19
|
+
- application/json
|
20
|
+
host:
|
21
|
+
- api.cohere.com
|
22
|
+
user-agent:
|
23
|
+
- python-httpx/0.27.2
|
24
|
+
x-fern-language:
|
25
|
+
- Python
|
26
|
+
x-fern-sdk-name:
|
27
|
+
- cohere
|
28
|
+
x-fern-sdk-version:
|
29
|
+
- 5.5.3
|
30
|
+
method: POST
|
31
|
+
uri: https://api.cohere.com/v1/chat
|
32
|
+
response:
|
33
|
+
body:
|
34
|
+
string:
|
35
|
+
'{"response_id":"6b2a2c29-2cd4-4e79-a05a-db8a6019b757","text":"Argh,
|
36
|
+
many years ago, a bold explorer named Isaac Newton sat beneath an apple tree
|
37
|
+
for many hours, contemplating the nature of the universe. Suddenly, an apple
|
38
|
+
fell from the sky, striking him on the head. This inspired him to devise a
|
39
|
+
theory about the forces that govern objects on Earth and altered our understanding
|
40
|
+
of the universe forevermore.","generation_id":"f3b5a0d7-409b-45a7-9324-5b89c944457e","chat_history":[{"role":"USER","message":"Who
|
41
|
+
discovered gravity?"},{"role":"CHATBOT","message":"The man who is widely credited
|
42
|
+
with discovering gravity is Sir Isaac Newton"},{"role":"USER","message":"Tell
|
43
|
+
me a story in 3 sentences or less?"},{"role":"CHATBOT","message":"Argh, many
|
44
|
+
years ago, a bold explorer named Isaac Newton sat beneath an apple tree for
|
45
|
+
many hours, contemplating the nature of the universe. Suddenly, an apple fell
|
46
|
+
from the sky, striking him on the head. This inspired him to devise a theory
|
47
|
+
about the forces that govern objects on Earth and altered our understanding
|
48
|
+
of the universe forevermore."}],"finish_reason":"COMPLETE","meta":{"api_version":{"version":"1"},"billed_units":{"input_tokens":31,"output_tokens":69},"tokens":{"input_tokens":49,"output_tokens":69}},"documents":[]}'
|
49
|
+
headers:
|
50
|
+
Alt-Svc:
|
51
|
+
- h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
|
52
|
+
Via:
|
53
|
+
- 1.1 google
|
54
|
+
access-control-expose-headers:
|
55
|
+
- X-Debug-Trace-ID
|
56
|
+
cache-control:
|
57
|
+
- no-cache, no-store, no-transform, must-revalidate, private, max-age=0
|
58
|
+
content-length:
|
59
|
+
- "1270"
|
60
|
+
content-type:
|
61
|
+
- application/json
|
62
|
+
date:
|
63
|
+
- Fri, 24 May 2024 09:38:02 GMT
|
64
|
+
expires:
|
65
|
+
- Thu, 01 Jan 1970 00:00:00 UTC
|
66
|
+
num_chars:
|
67
|
+
- "220"
|
68
|
+
num_tokens:
|
69
|
+
- "100"
|
70
|
+
pragma:
|
71
|
+
- no-cache
|
72
|
+
server:
|
73
|
+
- envoy
|
74
|
+
vary:
|
75
|
+
- Origin
|
76
|
+
x-accel-expires:
|
77
|
+
- "0"
|
78
|
+
x-debug-trace-id:
|
79
|
+
- 68cf0a1a2924c2a2534e350092097d49
|
80
|
+
x-endpoint-monthly-call-limit:
|
81
|
+
- "1000"
|
82
|
+
x-envoy-upstream-service-time:
|
83
|
+
- "2573"
|
84
|
+
x-trial-endpoint-call-limit:
|
85
|
+
- "10"
|
86
|
+
x-trial-endpoint-call-remaining:
|
87
|
+
- "9"
|
88
|
+
status:
|
89
|
+
code: 200
|
90
|
+
message: OK
|
91
|
+
version: 1
|
@@ -0,0 +1,215 @@
|
|
1
|
+
interactions:
|
2
|
+
- request:
|
3
|
+
body:
|
4
|
+
'{"message": "Tell me a story in 3 sentences or less?", "stream": true,
|
5
|
+
"model": "command", "preamble": "answer like a pirate", "chat_history": [{"role":
|
6
|
+
"USER", "message": "Who discovered gravity?"}, {"role": "CHATBOT", "message":
|
7
|
+
"The man who is widely credited with discovering gravity is Sir Isaac Newton"}],
|
8
|
+
"connectors": [{"id": "web-search"}], "temperature": 0.1}'
|
9
|
+
headers:
|
10
|
+
accept:
|
11
|
+
- "*/*"
|
12
|
+
accept-encoding:
|
13
|
+
- gzip, deflate
|
14
|
+
connection:
|
15
|
+
- keep-alive
|
16
|
+
content-length:
|
17
|
+
- "369"
|
18
|
+
content-type:
|
19
|
+
- application/json
|
20
|
+
host:
|
21
|
+
- api.cohere.com
|
22
|
+
user-agent:
|
23
|
+
- python-httpx/0.27.2
|
24
|
+
x-fern-language:
|
25
|
+
- Python
|
26
|
+
x-fern-sdk-name:
|
27
|
+
- cohere
|
28
|
+
x-fern-sdk-version:
|
29
|
+
- 5.5.3
|
30
|
+
method: POST
|
31
|
+
uri: https://api.cohere.com/v1/chat
|
32
|
+
response:
|
33
|
+
body:
|
34
|
+
string:
|
35
|
+
'{"is_finished":false,"event_type":"stream-start","generation_id":"79644b13-2cc8-462e-93be-f03cc16aed9a"}
|
36
|
+
|
37
|
+
{"is_finished":false,"event_type":"text-generation","text":"Ar"}
|
38
|
+
|
39
|
+
{"is_finished":false,"event_type":"text-generation","text":"gh"}
|
40
|
+
|
41
|
+
{"is_finished":false,"event_type":"text-generation","text":","}
|
42
|
+
|
43
|
+
{"is_finished":false,"event_type":"text-generation","text":" many"}
|
44
|
+
|
45
|
+
{"is_finished":false,"event_type":"text-generation","text":" years"}
|
46
|
+
|
47
|
+
{"is_finished":false,"event_type":"text-generation","text":" ago"}
|
48
|
+
|
49
|
+
{"is_finished":false,"event_type":"text-generation","text":","}
|
50
|
+
|
51
|
+
{"is_finished":false,"event_type":"text-generation","text":" a"}
|
52
|
+
|
53
|
+
{"is_finished":false,"event_type":"text-generation","text":" man"}
|
54
|
+
|
55
|
+
{"is_finished":false,"event_type":"text-generation","text":" named"}
|
56
|
+
|
57
|
+
{"is_finished":false,"event_type":"text-generation","text":" Isaac"}
|
58
|
+
|
59
|
+
{"is_finished":false,"event_type":"text-generation","text":" Newton"}
|
60
|
+
|
61
|
+
{"is_finished":false,"event_type":"text-generation","text":" sat"}
|
62
|
+
|
63
|
+
{"is_finished":false,"event_type":"text-generation","text":" beneath"}
|
64
|
+
|
65
|
+
{"is_finished":false,"event_type":"text-generation","text":" an"}
|
66
|
+
|
67
|
+
{"is_finished":false,"event_type":"text-generation","text":" apple"}
|
68
|
+
|
69
|
+
{"is_finished":false,"event_type":"text-generation","text":" tree"}
|
70
|
+
|
71
|
+
{"is_finished":false,"event_type":"text-generation","text":","}
|
72
|
+
|
73
|
+
{"is_finished":false,"event_type":"text-generation","text":" observing"}
|
74
|
+
|
75
|
+
{"is_finished":false,"event_type":"text-generation","text":" an"}
|
76
|
+
|
77
|
+
{"is_finished":false,"event_type":"text-generation","text":" apple"}
|
78
|
+
|
79
|
+
{"is_finished":false,"event_type":"text-generation","text":" fall"}
|
80
|
+
|
81
|
+
{"is_finished":false,"event_type":"text-generation","text":" to"}
|
82
|
+
|
83
|
+
{"is_finished":false,"event_type":"text-generation","text":" the"}
|
84
|
+
|
85
|
+
{"is_finished":false,"event_type":"text-generation","text":" ground"}
|
86
|
+
|
87
|
+
{"is_finished":false,"event_type":"text-generation","text":"."}
|
88
|
+
|
89
|
+
{"is_finished":false,"event_type":"text-generation","text":" This"}
|
90
|
+
|
91
|
+
{"is_finished":false,"event_type":"text-generation","text":" inspired"}
|
92
|
+
|
93
|
+
{"is_finished":false,"event_type":"text-generation","text":" him"}
|
94
|
+
|
95
|
+
{"is_finished":false,"event_type":"text-generation","text":" to"}
|
96
|
+
|
97
|
+
{"is_finished":false,"event_type":"text-generation","text":" ponder"}
|
98
|
+
|
99
|
+
{"is_finished":false,"event_type":"text-generation","text":" upon"}
|
100
|
+
|
101
|
+
{"is_finished":false,"event_type":"text-generation","text":" the"}
|
102
|
+
|
103
|
+
{"is_finished":false,"event_type":"text-generation","text":" concept"}
|
104
|
+
|
105
|
+
{"is_finished":false,"event_type":"text-generation","text":" of"}
|
106
|
+
|
107
|
+
{"is_finished":false,"event_type":"text-generation","text":" gravity"}
|
108
|
+
|
109
|
+
{"is_finished":false,"event_type":"text-generation","text":" and"}
|
110
|
+
|
111
|
+
{"is_finished":false,"event_type":"text-generation","text":" eventually"}
|
112
|
+
|
113
|
+
{"is_finished":false,"event_type":"text-generation","text":" formulated"}
|
114
|
+
|
115
|
+
{"is_finished":false,"event_type":"text-generation","text":" his"}
|
116
|
+
|
117
|
+
{"is_finished":false,"event_type":"text-generation","text":" theories"}
|
118
|
+
|
119
|
+
{"is_finished":false,"event_type":"text-generation","text":" on"}
|
120
|
+
|
121
|
+
{"is_finished":false,"event_type":"text-generation","text":" the"}
|
122
|
+
|
123
|
+
{"is_finished":false,"event_type":"text-generation","text":" matter"}
|
124
|
+
|
125
|
+
{"is_finished":false,"event_type":"text-generation","text":"."}
|
126
|
+
|
127
|
+
{"is_finished":false,"event_type":"text-generation","text":" Ar"}
|
128
|
+
|
129
|
+
{"is_finished":false,"event_type":"text-generation","text":"gh"}
|
130
|
+
|
131
|
+
{"is_finished":false,"event_type":"text-generation","text":","}
|
132
|
+
|
133
|
+
{"is_finished":false,"event_type":"text-generation","text":" thus"}
|
134
|
+
|
135
|
+
{"is_finished":false,"event_type":"text-generation","text":" began"}
|
136
|
+
|
137
|
+
{"is_finished":false,"event_type":"text-generation","text":" the"}
|
138
|
+
|
139
|
+
{"is_finished":false,"event_type":"text-generation","text":" world"}
|
140
|
+
|
141
|
+
{"is_finished":false,"event_type":"text-generation","text":"''s"}
|
142
|
+
|
143
|
+
{"is_finished":false,"event_type":"text-generation","text":" understanding"}
|
144
|
+
|
145
|
+
{"is_finished":false,"event_type":"text-generation","text":" of"}
|
146
|
+
|
147
|
+
{"is_finished":false,"event_type":"text-generation","text":" gravity"}
|
148
|
+
|
149
|
+
{"is_finished":false,"event_type":"text-generation","text":","}
|
150
|
+
|
151
|
+
{"is_finished":false,"event_type":"text-generation","text":" thanks"}
|
152
|
+
|
153
|
+
{"is_finished":false,"event_type":"text-generation","text":" to"}
|
154
|
+
|
155
|
+
{"is_finished":false,"event_type":"text-generation","text":" this"}
|
156
|
+
|
157
|
+
{"is_finished":false,"event_type":"text-generation","text":" curious"}
|
158
|
+
|
159
|
+
{"is_finished":false,"event_type":"text-generation","text":" chap"}
|
160
|
+
|
161
|
+
{"is_finished":false,"event_type":"text-generation","text":"!"}
|
162
|
+
|
163
|
+
{"is_finished":true,"event_type":"stream-end","response":{"response_id":"7fdfb159-de9d-4cef-856b-cb2b801668db","text":"Argh,
|
164
|
+
many years ago, a man named Isaac Newton sat beneath an apple tree, observing
|
165
|
+
an apple fall to the ground. This inspired him to ponder upon the concept
|
166
|
+
of gravity and eventually formulated his theories on the matter. Argh, thus
|
167
|
+
began the world''s understanding of gravity, thanks to this curious chap!","generation_id":"79644b13-2cc8-462e-93be-f03cc16aed9a","chat_history":[{"role":"USER","message":"Who
|
168
|
+
discovered gravity?"},{"role":"CHATBOT","message":"The man who is widely credited
|
169
|
+
with discovering gravity is Sir Isaac Newton"},{"role":"USER","message":"Tell
|
170
|
+
me a story in 3 sentences or less?"},{"role":"CHATBOT","message":"Argh, many
|
171
|
+
years ago, a man named Isaac Newton sat beneath an apple tree, observing an
|
172
|
+
apple fall to the ground. This inspired him to ponder upon the concept of
|
173
|
+
gravity and eventually formulated his theories on the matter. Argh, thus began
|
174
|
+
the world''s understanding of gravity, thanks to this curious chap!"}],"finish_reason":"COMPLETE","meta":{"api_version":{"version":"1"},"billed_units":{"input_tokens":31,"output_tokens":63},"tokens":{"input_tokens":49,"output_tokens":63}},"documents":[]},"finish_reason":"COMPLETE"}
|
175
|
+
|
176
|
+
'
|
177
|
+
headers:
|
178
|
+
Alt-Svc:
|
179
|
+
- h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
|
180
|
+
Via:
|
181
|
+
- 1.1 google
|
182
|
+
access-control-expose-headers:
|
183
|
+
- X-Debug-Trace-ID
|
184
|
+
cache-control:
|
185
|
+
- no-cache, no-store, no-transform, must-revalidate, private, max-age=0
|
186
|
+
content-type:
|
187
|
+
- application/stream+json
|
188
|
+
date:
|
189
|
+
- Fri, 24 May 2024 09:38:03 GMT
|
190
|
+
expires:
|
191
|
+
- Thu, 01 Jan 1970 00:00:00 UTC
|
192
|
+
pragma:
|
193
|
+
- no-cache
|
194
|
+
server:
|
195
|
+
- envoy
|
196
|
+
transfer-encoding:
|
197
|
+
- chunked
|
198
|
+
vary:
|
199
|
+
- Origin
|
200
|
+
x-accel-expires:
|
201
|
+
- "0"
|
202
|
+
x-debug-trace-id:
|
203
|
+
- 7a2dadc471ebb9e4e0050988183969e1
|
204
|
+
x-endpoint-monthly-call-limit:
|
205
|
+
- "1000"
|
206
|
+
x-envoy-upstream-service-time:
|
207
|
+
- "85"
|
208
|
+
x-trial-endpoint-call-limit:
|
209
|
+
- "10"
|
210
|
+
x-trial-endpoint-call-remaining:
|
211
|
+
- "8"
|
212
|
+
status:
|
213
|
+
code: 200
|
214
|
+
message: OK
|
215
|
+
version: 1
|
@@ -0,0 +1,74 @@
|
|
1
|
+
interactions:
|
2
|
+
- request:
|
3
|
+
body:
|
4
|
+
'{"texts": ["hello", "goodbye"], "model": "embed-english-v3.0", "input_type":
|
5
|
+
"classification"}'
|
6
|
+
headers:
|
7
|
+
accept:
|
8
|
+
- "*/*"
|
9
|
+
accept-encoding:
|
10
|
+
- gzip, deflate
|
11
|
+
connection:
|
12
|
+
- keep-alive
|
13
|
+
content-length:
|
14
|
+
- "94"
|
15
|
+
content-type:
|
16
|
+
- application/json
|
17
|
+
host:
|
18
|
+
- api.cohere.com
|
19
|
+
user-agent:
|
20
|
+
- python-httpx/0.27.2
|
21
|
+
x-fern-language:
|
22
|
+
- Python
|
23
|
+
x-fern-sdk-name:
|
24
|
+
- cohere
|
25
|
+
x-fern-sdk-version:
|
26
|
+
- 5.5.3
|
27
|
+
method: POST
|
28
|
+
uri: https://api.cohere.com/v1/embed
|
29
|
+
response:
|
30
|
+
body:
|
31
|
+
string: '{"id":"9fafb8cb-848d-4649-9a42-e2eb0c1b8899","texts":["hello","goodbye"],"embeddings":[[0.016220093,-0.00856781,-0.048736572,-0.070495605,0.00013661385,-0.014945984,-0.019195557,0.019256592,0.009284973,0.041656494,-0.0368042,0.00033402443,0.06329346,-0.03564453,0.045013428,-0.030380249,0.037109375,0.048980713,0.005420685,0.007293701,-0.02104187,0.04107666,-0.04006958,0.03527832,0.05102539,0.029876709,-0.0044441223,-0.0008635521,-0.018676758,-0.0395813,0.012878418,0.005531311,0.018630981,0.020507812,-0.0020656586,0.090148926,-0.012680054,-0.02609253,0.012260437,0.004333496,0.030944824,-0.03086853,-0.040649414,-0.023620605,-0.043273926,0.00033903122,-0.017807007,-0.018798828,0.0791626,-0.031036377,0.02015686,-0.014778137,0.017028809,-0.0012159348,-0.03756714,0.011207581,-0.07330322,-0.013168335,0.010421753,0.031188965,0.04537964,0.004573822,0.032592773,0.047088623,-0.0040626526,-0.019042969,0.023605347,-0.01322937,0.019485474,-0.015655518,0.016159058,0.0017547607,-0.0062713623,-0.047973633,-0.022567749,0.06378174,-0.009857178,0.014282227,0.004421234,-0.022628784,-0.021636963,-0.018814087,-0.08648682,-0.049102783,0.029541016,0.010398865,-0.013000488,-0.010253906,-0.0060157776,0.010528564,-0.014694214,0.053833008,0.045806885,0.0011043549,-0.038482666,0.011932373,-0.008918762,0.007537842,0.006767273,0.019165039,-0.054504395,-0.021408081,-0.02607727,-0.028457642,-0.015808105,0.02357483,-0.004650116,0.021743774,0.031921387,0.04788208,-0.0076942444,0.044921875,-0.023666382,0.010124207,-0.045654297,0.016708374,-0.0069503784,0.0038871765,-0.03237915,0.05166626,0.038970947,0.032440186,-0.008872986,0.007637024,-0.040008545,-0.008171082,-0.013618469,-0.044799805,0.051849365,-0.027770996,-0.01121521,0.050811768,-0.096191406,-0.034851074,-0.021942139,0.004573822,-0.017089844,-0.044128418,-0.00198555,0.022521973,0.07727051,-0.00026535988,0.0211792,0.050079346,-0.033721924,0.031982422,-0.0060157776,0.00000846386,0.0340271,0.019134521,-0.06665039,-0.026626587,0.010513306,0.057922363,0.015617371,0.06542969,-0.015670776,0.008834839,-0.01776123,0.028930664,-0.005382538,0.016403198,0.051605225,-0.014724731,-0.03781128,-0.012870789,0.003030777,0.0006828308,0.015304565,0.022628784,-0.0057144165,0.028518677,0.04763794,0.03189087,0.0070495605,-0.023727417,-0.037231445,0.017730713,0.04031372,0.025787354,0.033416748,-0.019973755,-0.025360107,0.07293701,-0.031234741,-0.05706787,0.029067993,0.0018968582,0.030456543,0.012321472,0.058532715,0.005176544,-0.039367676,-0.015731812,-0.015899658,-0.038116455,-0.017059326,-0.020446777,-0.004585266,0.039398193,0.007068634,-0.046936035,0.04257202,-0.043151855,-0.03857422,-0.033203125,-0.0110321045,0.011955261,0.0008773804,0.005947113,-0.008407593,-0.031402588,0.0045204163,-0.069885254,-0.030578613,-0.038513184,-0.08862305,-0.0025577545,-0.00082063675,0.04119873,0.0031108856,-0.0020809174,-0.016357422,-0.021865845,-0.008583069,-0.009765625,-0.04107666,-0.0079422,-0.06536865,-0.011009216,-0.015617371,0.033935547,-0.03451538,-0.008628845,-0.020584106,0.005104065,0.00046157837,0.03717041,0.01474762,-0.0011959076,0.012557983,0.002319336,-0.032348633,-0.0068855286,0.035827637,-0.00060653687,0.036987305,-0.0031471252,0.018997192,0.026931763,0.011146545,-0.021652222,0.035308838,-0.024749756,-0.016464233,0.039642334,0.0039482117,0.019958496,-0.03945923,0.036376953,-0.039245605,-0.008544922,-0.012649536,-0.0149002075,-0.036895752,-0.023651123,-0.012382507,-0.0057640076,-0.016189575,-0.015823364,0.016616821,-0.005092621,-0.01890564,0.00065374374,0.080322266,0.041809082,-0.059692383,-0.009223938,-0.001042366,0.012275696,-0.016220093,-0.02142334,-0.016738892,0.0015039444,0.03656006,-0.005722046,0.00073862076,0.01586914,-0.004020691,0.059906006,0.076416016,0.015556335,-0.015274048,0.024505615,0.013572693,0.020355225,-0.03149414,0.012023926,-0.002254486,-0.052001953,0.0055770874,0.037841797,0.0056991577,-0.023376465,-0.02508545,0.024093628,0.0234375,0.014305115,0.020202637,-0.04446411,0.02961731,0.022003174,0.011772156,0.016555786,-0.03213501,-0.031234741,-0.009468079,-0.0037574768,-0.08062744,-0.0067214966,0.008323669,-0.0077705383,-0.04437256,-0.025634766,-0.015144348,0.027450562,-0.0769043,-0.0029239655,-0.05206299,0.029144287,0.047973633,0.0004143715,-0.0127334595,-0.017333984,0.011650085,0.0143966675,0.029220581,-0.055999756,0.006614685,0.028518677,0.09436035,-0.013725281,0.029327393,0.0072021484,0.012756348,-0.005542755,-0.02079773,0.00705719,-0.006511688,-0.0112838745,0.024230957,-0.037384033,-0.030059814,-0.028961182,0.031829834,0.0005097389,0.007205963,-0.016662598,0.06945801,-0.07196045,0.022460938,-0.019302368,-0.038024902,-0.022232056,0.010238647,-0.027511597,-0.006298065,-0.022537231,-0.024429321,-0.01260376,0.015594482,-0.006717682,0.029525757,-0.0357666,-0.072631836,-0.01890564,-0.02758789,-0.066589355,0.05053711,0.003189087,0.029434204,0.025894165,0.045837402,0.018173218,0.052947998,0.04977417,-0.014701843,0.0014753342,0.0491333,0.008285522,-0.000705719,0.013122559,-0.045776367,-0.02684021,0.02986145,0.0010538101,-0.03753662,0.030685425,-0.086120605,-0.015083313,-0.015022278,0.0019445419,-0.023071289,-0.0015773773,-0.07287598,0.0579834,-0.040740967,-0.025039673,0.020050049,0.063964844,0.007286072,0.015342712,-0.009346008,-0.000021159649,-0.026672363,0.026473999,-0.017868042,-0.011947632,0.03466797,0.0074691772,-0.010932922,0.025360107,-0.023803711,0.040618896,-0.03778076,0.049804688,-0.026260376,0.03652954,0.032592773,-0.018585205,-0.02331543,-0.035125732,-0.005886078,-0.023208618,-0.033203125,0.07696533,-0.03842163,0.057617188,-0.0119018555,-0.037994385,-0.01184082,0.016845703,0.00868988,-0.005622864,-0.01096344,-0.019195557,0.019744873,0.022567749,-0.058685303,0.03552246,-0.090026855,0.026489258,-0.015090942,0.079711914,-0.009780884,0.01689148,0.047546387,0.036010742,0.019348145,0.011497498,0.0181427,-0.00010752678,-0.07080078,-0.01751709,-0.017120361,0.027160645,0.014961243,0.0068244934,-0.04638672,-0.010009766,0.014923096,-0.015563965,0.03286743,-0.0026741028,0.02331543,0.025009155,-0.015319824,-0.020889282,-0.02331543,0.006629944,-0.06451416,0.035980225,0.002840042,-0.06112671,-0.035491943,0.02166748,-0.036956787,-0.037078857,0.01852417,0.02330017,0.010620117,0.005836487,0.049621582,-0.006500244,-0.01499939,-0.0007419586,-0.0038070679,0.040039062,0.018173218,-0.066833496,-0.076171875,0.00052404404,-0.0073165894,-0.0011053085,0.045196533,-0.051879883,-0.017974854,0.020614624,0.039154053,0.030929565,0.04336548,-0.0009570122,-0.009338379,0.008399963,-0.0050201416,0.050994873,0.013626099,0.014808655,0.007881165,-0.040283203,-0.012359619,-0.010688782,0.068847656,0.023895264,-0.0020141602,0.005657196,-0.0011339188,0.008560181,-0.029220581,-0.025741577,0.058044434,0.04232788,0.059814453,-0.00046777725,-0.030960083,0.023910522,-0.03704834,0.0044784546,0.016342163,-0.01979065,-0.01876831,-0.0030288696,-0.008888245,0.012954712,0.014923096,-0.026504517,0.019546509,0.08105469,-0.058563232,0.09375,0.0008111,-0.0513916,0.062316895,-0.015136719,-0.02003479,-0.037322998,-0.04159546,-0.007980347,-0.003112793,0.06878662,-0.0019893646,-0.0018978119,-0.03265381,-0.0030822754,0.012306213,0.0032787323,0.051483154,-0.017684937,-0.007751465,0.013572693,-0.016616821,-0.018859863,-0.022201538,-0.03692627,-0.034484863,-0.0030269623,0.003540039,-0.0008559227,0.016464233,-0.004108429,0.012863159,0.004005432,-0.030975342,0.0074043274,0.0037631989,0.0362854,0.0211792,-0.00037264824,0.004108429,0.025909424,-0.0021820068,-0.038238525,-0.00089788437,0.00084495544,0.00756073,-0.0030460358,0.020050049,-0.061798096,0.0104599,0.0032310486,-0.046539307,0.019470215,0.046051025,-0.0385437,0.011550903,0.012535095,-0.05609131,0.01133728,-0.010757446,-0.0043029785,0.009170532,-0.020370483,-0.011161804,0.0074539185,-0.022262573,0.010192871,0.046936035,0.023132324,-0.0021438599,-0.03201294,-0.016723633,-0.0007214546,0.028671265,0.0033130646,0.038635254,-0.035247803,0.007659912,-0.0033283234,0.006477356,0.00011563301,-0.0059394836,0.0040130615,-0.0026359558,-0.059173584,0.024627686,0.076293945,-0.012969971,-0.0029964447,-0.08453369,0.025543213,0.019119263,-0.012283325,-0.033721924,-0.0042152405,-0.014717102,-0.0158844,-0.0025043488,-0.02444458,-0.028182983,0.02067566,0.008178711,0.024597168,-0.000062704086,-0.006427765,-0.0044136047,0.011650085,0.032928467,0.062805176,-0.040222168,-0.025634766,0.04397583,0.05517578,-0.03439331,-0.003929138,0.023086548,-0.0017929077,0.044677734,0.04977417,-0.0024414062,0.019485474,0.0090408325,0.016647339,0.011871338,-0.04348755,-0.059570312,0.0309906,0.039154053,0.016296387,0.039764404,-0.0009880066,-0.032806396,-0.05444336,0.04006958,0.019958496,-0.032409668,0.0044288635,0.062927246,0.029510498,0.0181427,-0.011482239,-0.044128418,-0.017745972,0.0070266724,-0.024215698,0.029006958,0.0055999756,-0.01689148,-0.014419556,-0.043945312,-0.0040664673,0.024398804,-0.015655518,0.05505371,-0.049987793,0.03466797,0.025268555,-0.031677246,-0.043029785,0.012062073,0.024810791,-0.0017004013,0.032562256,-0.0231781,0.0073242188,-0.0072135925,-0.03878784,-0.037353516,-0.034606934,-0.047424316,0.030151367,-0.020904541,-0.024047852,0.051879883,-0.010597229,0.048828125,-0.009399414,-0.039520264,-0.019500732,-0.0003476143,-0.016403198,0.03289795,0.007221222,-0.01335144,0.01889038,-0.011581421,0.022583008,0.04055786,0.037872314,0.060333252,0.0069007874,-0.04135132,-0.010391235,0.04638672,0.029052734,0.0013456345,0.0413208,0.013252258,0.04815674,-0.016693115,0.008125305,0.018844604,0.007232666,0.03692627,-0.01247406,-0.003168106,-0.06567383,-0.066223145,0.013595581,0.044067383,-0.03479004,-0.051849365,-0.012176514,0.0052986145,0.054016113,0.013893127,0.050689697,0.026855469,0.02532959,-0.026519775,0.0028381348,0.07244873,0.018508911,0.0070228577,0.010299683,-0.012268066,0.0053138733,0.0155181885,-0.018157959,-0.00034809113,-0.001496315,-0.012634277,0.0069465637,-0.021697998,0.022018433,-0.028518677,-0.021057129,0.024597168,0.043823242,-0.011833191,0.06298828,0.008956909,0.039093018,0.00029230118,0.068481445,0.03640747,-0.016815186,0.000015735626,0.00447464,0.036499023,-0.042175293,0.007408142,-0.011802673,-0.020492554,-0.0056877136,-0.026321411,-0.02178955,-0.008071899,0.021697998,-0.013023376,0.050079346,-0.0037403107,-0.021408081,-0.009773254,-0.004306793,-0.00023305416,-0.012878418,0.051483154,-0.032043457,0.026809692,-0.05255127,-0.0051345825,0.0496521,-0.0015707016,0.015365601,-0.022872925,0.02545166,0.043273926,-0.01625061,-0.021347046,0.055999756,0.057403564,0.013923645,-0.023544312,0.0440979,0.03302002,-0.052978516,-0.017959595,0.00036597252,0.037719727,-0.011886597,-0.0031528473,-0.025283813,0.012817383,-0.032684326,0.028045654,0.006996155,0.012207031,-0.03479004,0.028411865,0.01914978,0.028793335,0.028442383,0.035491943,-0.03866577,0.02658081,0.020355225,0.030960083,-0.045013428,0.0056037903,-0.009819031,-0.02331543,0.023788452,-0.05029297,-0.0284729,0.03692627,0.025253296,-0.025924683,0.021224976,-0.044067383,0.009643555,-0.0025806427,0.031036377,0.00932312,-0.040100098,-0.01902771,-0.0115737915,0.009902954,-0.031585693,0.022399902,0.051879883,0.014266968,0.027938843,0.03253174,-0.023864746,-0.01134491,-0.003211975,0.004890442,0.033416748,0.007019043,0.01927185,0.017425537,-0.054351807,-0.003736496,-0.013885498,-0.008834839,0.01625061,-0.015655518,0.015670776,-0.028244019,-0.015541077,-0.013084412,-0.046905518,0.026412964,-0.0234375,-0.023025513,0.042114258,0.055908203,-0.0041885376,-0.0309906,-0.022659302,0.011314392,-0.013656616,-0.016159058,0.028259277,0.0063705444,0.021392822,-0.06878662,-0.039398193,-0.002670288,-0.063964844,-0.020980835,0.028747559,0.006931305,-0.02861023,-0.057769775,0.022857666,-0.03564453,-0.0262146,-0.04196167,0.0015220642,-0.0031604767,-0.030700684,-0.037475586,-0.0019798279,-0.0045661926,-0.014556885,0.0074806213,-0.032196045,-0.010253906,0.0027389526,-0.0127334595,-0.00082826614,-0.010650635,0.03842163,-0.024993896,0.019836426,0.0021972656,-0.008918762,-0.02848816,-0.0059890747,0.016235352,-0.008277893,-0.054901123,0.038909912,-0.033233643,0.047027588,-0.029830933,-0.039794922,-0.007003784,-0.023895264,-0.005176544,0.025283813,0.032104492,-0.027801514,-0.08691406,-0.015167236,-0.03579712,0.022216797,0.007385254,0.012229919,-0.0051002502,-0.01423645,-0.021606445,-0.03451538,-0.008285522,-0.02545166,0.019699097,-0.012016296,-0.03829956,0.013587952,-0.035583496,0.04925537,-0.011436462,0.051330566,-0.066467285,0.080200195,-0.061065674,-0.04232788,0.01802063,0.015777588,-0.0113220215,0.03540039,-0.04788208,-0.032409668,0.052520752,-0.021987915,0.03164673,-0.020080566,0.082092285,0.01285553,-0.008506775,0.0024719238,0.023483276,0.012001038,-0.001666069,-0.0067977905,0.018249512,-0.054260254,0.0054626465,-0.06793213,-0.04989624,0.027923584,-0.0046539307,-0.042297363,0.028198242,-0.0067977905,0.019851685,0.0014095306,-0.0030536652,-0.015365601,-0.026428223,0.03677368,-0.018493652,0.01008606],[0.046539307,-0.022583008,0.008972168,-0.0395813,-0.018188477,-0.011512756,0.0028266907,-0.0020771027,-0.0019168854,0.032165527,-0.050720215,-0.04937744,0.020004272,-0.0129852295,-0.019042969,-0.067993164,0.02684021,0.039123535,0.032592773,-0.004043579,0.026397705,0.007381439,-0.038635254,0.008041382,0.015625,0.06744385,-0.017547607,-0.0014400482,-0.052886963,-0.055847168,-0.005012512,0.042907715,-0.0129852295,0.08538818,-0.038970947,0.051116943,-0.046569824,0.037475586,0.052978516,-0.028945923,0.015556335,-0.008361816,-0.060668945,-0.026062012,-0.054779053,-0.0071983337,-0.0124435425,0.0025539398,0.061035156,-0.012702942,0.046783447,0.030471802,0.040374756,-0.0008983612,-0.03463745,0.018554688,-0.047729492,-0.03543091,0.024475098,0.026947021,0.015403748,-0.0037517548,0.034729004,0.013900757,0.021575928,-0.025772095,-0.057403564,0.008522034,0.042541504,0.015197754,-0.0019454956,-0.03353882,-0.0021343231,-0.044433594,-0.045043945,0.08947754,0.0030994415,0.03741455,0.0016508102,-0.0345459,0.018371582,-0.008918762,-0.03564453,-0.014045715,0.008308411,0.008056641,0.0021018982,-0.022506714,-0.01448822,-0.020645142,-0.009513855,0.07104492,0.013954163,-0.025253296,-0.0524292,-0.004737854,0.0012722015,-0.014976501,-0.026824951,-0.040618896,-0.03262329,-0.010047913,-0.046081543,-0.0016231537,-0.026123047,0.03125,-0.023895264,0.016418457,0.017669678,0.06347656,0.009300232,-0.046020508,-0.014427185,-0.0074539185,-0.021194458,0.034088135,-0.0132751465,0.038970947,-0.025436401,0.08917236,-0.03955078,-0.011116028,-0.05795288,0.0066833496,0.006134033,-0.040283203,-0.0149383545,0.07891846,0.08898926,0.0079193115,-0.04916382,0.037963867,-0.044677734,-0.06555176,-0.032440186,-0.032226562,0.0042686462,-0.013679504,-0.021331787,0.03552246,0.036376953,-0.013900757,0.026885986,0.009681702,-0.012084961,0.045196533,0.00044250488,-0.030166626,0.025100708,0.003107071,-0.06549072,-0.0112838745,0.037384033,0.056854248,-0.026641846,0.03439331,0.015655518,-0.014633179,-0.011512756,-0.013710022,-0.028533936,0.02508545,0.09442139,-0.012939453,-0.04168701,-0.01928711,0.005344391,-0.018508911,0.013893127,0.0017175674,0.002714157,-0.02810669,-0.0053253174,0.02960205,0.00063943863,0.006816864,-0.05328369,0.032287598,0.04135132,0.0317688,0.03125,-0.031341553,-0.0064697266,0.04800415,-0.016342163,-0.0013685226,-0.012832642,0.008918762,0.018661499,-0.0040245056,-0.0025806427,0.03390503,0.00081014633,0.007972717,-0.021759033,-0.033355713,-0.036834717,0.0050354004,-0.030731201,-0.018234253,-0.023666382,0.0048675537,0.026931763,-0.013427734,-0.024047852,0.002046585,-0.017959595,0.034820557,0.003042221,0.030517578,0.020065308,-0.013145447,-0.04751587,0.04147339,0.009353638,-0.03173828,-0.028442383,-0.015403748,-0.0042762756,0.034820557,-0.01878357,0.012046814,-0.022521973,0.03125,0.041656494,-0.052642822,0.005844116,-0.03390503,-0.0018539429,-0.012771606,-0.04159546,0.02809143,-0.0287323,-0.0574646,-0.028549194,0.031921387,0.024261475,0.044891357,-0.0071105957,0.00003862381,0.011512756,0.0022945404,-0.042175293,-0.027435303,0.013893127,-0.013961792,0.0231781,-0.0036678314,0.014480591,0.004108429,0.013847351,-0.045135498,0.042419434,-0.034362793,-0.0010766983,0.034332275,0.005756378,-0.015274048,0.02809143,-0.024246216,0.0036392212,-0.000024139881,-0.039367676,0.01361084,-0.03567505,-0.021942139,-0.029037476,-0.012809753,-0.03805542,-0.0036392212,0.029510498,-0.011116028,-0.024978638,0.010215759,0.09307861,0.014328003,-0.08642578,-0.011352539,0.019973755,0.006412506,-0.0034542084,0.020248413,0.029525757,-0.0024166107,0.03366089,0.030227661,0.018615723,-0.0030593872,-0.011184692,0.02960205,0.049987793,0.046844482,-0.007663727,0.019378662,0.042816162,0.0075035095,0.06719971,0.046051025,-0.026107788,-0.019714355,0.011230469,0.018218994,-0.000086426735,-0.043701172,-0.00356102,0.062805176,0.052734375,-0.004459381,0.018066406,-0.02458191,-0.015411377,-0.047454834,0.02394104,0.013153076,-0.011123657,-0.036346436,-0.0075912476,0.023345947,-0.052368164,0.02281189,0.032989502,-0.003238678,-0.044677734,0.019851685,-0.029815674,-0.002861023,0.030700684,-0.040130615,-0.020614624,0.028167725,0.037902832,0.0109939575,-0.031051636,-0.051940918,-0.0067481995,0.007457733,0.025314331,-0.0101623535,0.014854431,0.010513306,0.08642578,0.019424438,0.010917664,-0.00037670135,0.0024719238,-0.02558899,-0.049102783,0.009773254,0.042236328,-0.024765015,0.0015716553,-0.018707275,-0.014671326,0.027511597,0.03378296,0.0035648346,0.0109939575,0.005218506,0.029129028,-0.07824707,-0.013122559,-0.03527832,-0.061462402,0.061798096,0.037475586,-0.007896423,-0.017807007,0.031188965,-0.01802063,0.037628174,-0.018554688,0.02079773,-0.0021190643,-0.030334473,-0.07287598,0.008171082,0.006504059,-0.067993164,0.048553467,0.015960693,-0.021087646,0.02142334,0.026672363,0.052001953,0.03552246,0.030731201,-0.035217285,-0.017913818,0.06628418,0.039398193,0.013877869,-0.008529663,0.030838013,-0.042388916,-0.0008792877,-0.0209198,0.040893555,0.05316162,-0.0048446655,-0.02229309,-0.042541504,0.024246216,-0.02053833,-0.0032405853,-0.059387207,0.026184082,-0.046447754,-0.035186768,0.017425537,0.05456543,0.018722534,0.0063819885,0.012870789,-0.019882202,-0.0209198,0.010322571,0.04949951,0.020980835,-0.030563354,-0.04815674,0.013893127,0.047546387,0.024871826,0.0046958923,0.019943237,0.044403076,-0.033996582,-0.023513794,0.03427124,-0.011016846,-0.029922485,-0.021728516,-0.010513306,-0.05014038,-0.060699463,0.013519287,-0.025909424,0.06286621,0.027053833,-0.03717041,-0.014839172,0.033569336,-0.010345459,0.02458191,-0.028167725,-0.010894775,0.018371582,0.00028562546,-0.060455322,0.030670166,-0.103637695,0.03491211,-0.0289917,0.07141113,-0.021453857,-0.012573242,0.04348755,0.040924072,0.026901245,0.03186035,0.009063721,-0.021102905,0.0066986084,0.018341064,0.0014219284,-0.019104004,0.027557373,-0.0115356445,-0.055755615,0.010551453,-0.021850586,0.00014603138,-0.008956909,0.015991211,0.023223877,0.024276733,-0.024246216,0.040161133,-0.04815674,-0.002943039,-0.04748535,0.017349243,0.03414917,-0.0035266876,-0.008857727,0.010612488,-0.009536743,-0.017562866,0.041229248,-0.059173584,-0.03289795,-0.047424316,0.015266418,-0.02029419,-0.010307312,-0.01802063,0.00995636,-0.04006958,0.029190063,-0.020950317,-0.081970215,-0.0001322031,0.043273926,-0.045562744,0.0206604,-0.023605347,0.0020694733,0.0129776,0.049926758,0.061828613,0.027999878,0.0048065186,0.041503906,0.0011987686,0.004306793,-0.024246216,0.06161499,0.012138367,-0.0019340515,-0.01876831,-0.00894928,-0.036621094,0.10217285,0.026412964,-0.055480957,0.015388489,0.045074463,-0.018035889,-0.0039367676,-0.04333496,0.0670166,0.008102417,0.047027588,0.033233643,-0.034454346,0.046325684,-0.058807373,0.032165527,0.013969421,-0.06958008,-0.042938232,-0.0234375,-0.019805908,0.008102417,0.02659607,-0.058929443,0.011680603,-0.0007176399,-0.015838623,0.028182983,-0.029937744,-0.03778076,0.017303467,-0.027374268,-0.024169922,-0.0418396,-0.039276123,0.0032348633,-0.0011034012,0.018325806,0.009719849,-0.0231781,-0.009414673,-0.016159058,0.04421997,-0.0056762695,0.04498291,-0.04473877,-0.026535034,0.037322998,-0.018218994,0.01071167,0.003932953,-0.045440674,-0.025039673,-0.055541992,-0.005710602,0.008148193,0.015258789,-0.0021839142,0.037017822,-0.0048980713,-0.03729248,-0.008880615,0.026351929,0.048950195,-0.012428284,0.0016965866,-0.00065231323,0.01474762,-0.03265381,-0.02418518,0.046936035,-0.006427765,-0.056274414,-0.0597229,0.0090789795,-0.03286743,0.022842407,-0.019058228,-0.04208374,0.03994751,0.028640747,-0.035339355,0.0027751923,0.04196167,-0.0049934387,-0.00021135807,0.0107803345,0.016555786,0.0060691833,-0.04864502,-0.024414062,0.024963379,-0.021469116,0.017929077,0.061309814,-0.0038223267,-0.022369385,-0.014045715,-0.00019526482,0.00020384789,0.034423828,0.011497498,0.018325806,-0.009346008,0.012542725,-0.026062012,-0.014099121,0.02217102,-0.03564453,0.008911133,-0.025817871,-0.016662598,0.029006958,0.011817932,-0.0034389496,-0.0036144257,-0.021316528,0.037139893,0.011497498,-0.0077285767,-0.053649902,-0.05142212,0.04058838,-0.0055885315,-0.02331543,0.019165039,-0.018508911,0.037750244,-0.0011787415,0.015533447,-0.01637268,0.0072517395,0.02722168,0.010543823,0.037750244,0.06329346,-0.0067710876,-0.009864807,0.0011739731,0.046142578,-0.044830322,-0.010543823,0.035980225,-0.009399414,0.0026226044,0.021820068,-0.011459351,0.01727295,0.0019159317,-0.007434845,-0.02809143,-0.047576904,-0.027755737,0.028793335,-0.02217102,0.02494812,-0.008270264,0.0056648254,-0.029403687,-0.03137207,0.06323242,-0.044036865,-0.017852783,-0.006061554,0.06677246,0.039611816,-0.007286072,-0.027740479,-0.057403564,-0.021148682,-0.027923584,-0.037628174,0.04522705,-0.0140686035,-0.016418457,0.048553467,-0.000998497,-0.019241333,-0.025527954,0.034423828,0.027511597,0.0022830963,0.0021705627,0.05227661,0.008583069,-0.030197144,-0.007030487,0.018920898,0.010467529,-0.005760193,-0.017166138,0.002494812,-0.0012168884,-0.040771484,-0.035308838,-0.030456543,-0.044433594,0.039489746,-0.0126571655,-0.06561279,0.026138306,-0.031463623,0.023010254,-0.01953125,0.0056152344,-0.0047454834,0.009185791,-0.009841919,0.047058105,0.005130768,0.00043201447,0.015151978,-0.0018987656,-0.007774353,0.04321289,0.0052604675,0.034454346,-0.027328491,-0.013130188,-0.019546509,0.03656006,0.016220093,-0.01637268,0.003665924,-0.013809204,0.038848877,0.01737976,-0.013587952,0.046539307,0.02204895,0.045654297,0.008575439,0.029281616,-0.029907227,-0.019973755,-0.0149383545,0.052093506,-0.04067993,-0.04083252,-0.0043754578,-0.00774765,0.059509277,0.0018844604,0.054870605,-0.08300781,-0.059143066,-0.015487671,0.009887695,0.0256958,0.02168274,-0.005153656,0.020370483,-0.019851685,0.004383087,0.017150879,-0.030914307,0.009391785,-0.022903442,-0.017807007,0.028274536,0.024246216,0.018630981,-0.022735596,0.01902771,0.026565552,0.032470703,-0.0059890747,0.01739502,0.00724411,0.034088135,-0.034729004,0.035064697,-0.019577026,-0.021194458,0.006324768,-0.014595032,-0.0066070557,-0.056274414,0.014625549,-0.014602661,-0.030151367,0.0013685226,-0.02607727,-0.02607727,-0.004386902,0.027740479,-0.0060424805,0.047180176,-0.00067043304,0.0006160736,0.0038070679,-0.004875183,0.0014781952,0.011177063,0.042816162,-0.0357666,0.01878357,-0.0063438416,0.0031414032,0.03665161,-0.0032787323,0.04425049,0.013641357,-0.0026760101,0.038726807,0.024291992,-0.033233643,-0.028381348,0.060150146,-0.019622803,-0.0473938,0.006916046,-0.031921387,0.020477295,0.0051116943,-0.04156494,0.033569336,0.056549072,0.031097412,-0.011619568,0.032958984,0.017288208,-0.025405884,-0.0036773682,0.045806885,-0.040008545,0.023620605,0.020523071,0.024856567,0.0287323,0.010810852,-0.009422302,0.024902344,0.030548096,-0.011550903,-0.03062439,0.013931274,0.011451721,-0.030563354,0.034820557,-0.01612854,0.015007019,0.056884766,-0.019821167,-0.014060974,0.022491455,-0.085998535,0.017120361,0.01184845,0.018051147,0.01146698,0.0041046143,-0.013832092,0.025512695,0.0072898865,-0.002084732,0.040924072,0.037841797,-0.028625488,-0.008453369,0.026321411,-0.014846802,0.005218506,-0.057434082,0.0088272095,0.017532349,0.0023937225,-0.0033740997,-0.022064209,-0.018661499,0.007293701,-0.006641388,0.018569946,0.03366089,-0.04046631,0.030639648,-0.006340027,-0.031677246,-0.015777588,-0.008575439,0.0068130493,0.0039138794,0.009223938,0.00283432,-0.0010385513,-0.010276794,-0.07055664,-0.04660034,0.0657959,-0.01966858,-0.062927246,-0.022903442,0.04144287,0.027114868,-0.114868164,-0.079711914,-0.04940796,-0.036743164,-0.017578125,0.015731812,0.032440186,-0.0137786865,-0.041412354,0.0026302338,0.006980896,-0.027664185,0.039916992,-0.055023193,-0.037841797,-0.018722534,0.03213501,0.01197052,0.043304443,-0.01108551,0.017974854,-0.023101807,-0.018798828,-0.0014486313,0.011161804,-0.008972168,-0.003873825,0.010948181,-0.01448822,0.03717041,-0.020248413,0.025756836,-0.024383545,0.030426025,0.03201294,0.003774643,-0.07421875,0.027877808,-0.031280518,0.041900635,-0.043792725,-0.0231781,0.0018749237,0.028427124,-0.002199173,0.036315918,0.021469116,0.00023794174,-0.06890869,-0.04547119,-0.036102295,0.030944824,0.0006055832,-0.00031113625,0.019195557,0.0007367134,-0.015319824,-0.036895752,-0.010009766,0.008285522,0.009475708,0.024139404,-0.026184082,-0.006717682,-0.004627228,0.011199951,-0.030792236,-0.0413208,-0.062927246,0.050231934,-0.01727295,-0.014381409,-0.0013246536,0.020202637,-0.0032100677,0.059692383,-0.044067383,-0.03604126,0.017837524,0.034210205,-0.015197754,0.037597656,-0.0037765503,-0.0079193115,-0.013694763,-0.0048713684,0.010055542,-0.02822876,-0.0045928955,0.020095825,0.026748657,-0.029464722,-0.05496216,0.0070533752,-0.030303955,-0.00049448013,-0.016815186,0.03164673,0.035949707,0.011009216,0.017684937,0.02961731,0.031799316,-0.008552551,-0.009292603,0.047180176,0.002313614,0.005973816]],"meta":{"api_version":{"version":"1"},"billed_units":{"input_tokens":2}},"response_type":"embeddings_floats"}'
|
32
|
+
headers:
|
33
|
+
Alt-Svc:
|
34
|
+
- h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
|
35
|
+
Via:
|
36
|
+
- 1.1 google
|
37
|
+
access-control-expose-headers:
|
38
|
+
- X-Debug-Trace-ID
|
39
|
+
cache-control:
|
40
|
+
- no-cache, no-store, no-transform, must-revalidate, private, max-age=0
|
41
|
+
content-type:
|
42
|
+
- application/json
|
43
|
+
date:
|
44
|
+
- Fri, 24 May 2024 09:38:05 GMT
|
45
|
+
expires:
|
46
|
+
- Thu, 01 Jan 1970 00:00:00 UTC
|
47
|
+
num_chars:
|
48
|
+
- "12"
|
49
|
+
num_tokens:
|
50
|
+
- "2"
|
51
|
+
pragma:
|
52
|
+
- no-cache
|
53
|
+
server:
|
54
|
+
- envoy
|
55
|
+
transfer-encoding:
|
56
|
+
- chunked
|
57
|
+
vary:
|
58
|
+
- Origin
|
59
|
+
x-accel-expires:
|
60
|
+
- "0"
|
61
|
+
x-debug-trace-id:
|
62
|
+
- 7332694a5013a7531cb9886818a5d508
|
63
|
+
x-endpoint-monthly-call-limit:
|
64
|
+
- "1000"
|
65
|
+
x-envoy-upstream-service-time:
|
66
|
+
- "131"
|
67
|
+
x-trial-endpoint-call-limit:
|
68
|
+
- "100"
|
69
|
+
x-trial-endpoint-call-remaining:
|
70
|
+
- "99"
|
71
|
+
status:
|
72
|
+
code: 200
|
73
|
+
message: OK
|
74
|
+
version: 1
|
@@ -0,0 +1,77 @@
|
|
1
|
+
interactions:
|
2
|
+
- request:
|
3
|
+
body:
|
4
|
+
'{"query": "What is the capital of the United States?", "documents": ["Carson
|
5
|
+
City is the capital city of the American state of Nevada.", "The Commonwealth
|
6
|
+
of the Northern Mariana Islands is a group of islands in the Pacific Ocean.
|
7
|
+
Its capital is Saipan.", "Washington, D.C. (also known as simply Washington
|
8
|
+
or D.C., and officially as the District of Columbia) is the capital of the United
|
9
|
+
States. It is a federal district.", "Capital punishment (the death penalty)
|
10
|
+
has existed in the United States since beforethe United States was a country.
|
11
|
+
As of 2017, capital punishment is legal in 30 of the 50 states."], "model":
|
12
|
+
"rerank-english-v2.0", "top_n": 3}'
|
13
|
+
headers:
|
14
|
+
accept:
|
15
|
+
- "*/*"
|
16
|
+
accept-encoding:
|
17
|
+
- gzip, deflate
|
18
|
+
connection:
|
19
|
+
- keep-alive
|
20
|
+
content-length:
|
21
|
+
- "653"
|
22
|
+
content-type:
|
23
|
+
- application/json
|
24
|
+
host:
|
25
|
+
- api.cohere.com
|
26
|
+
user-agent:
|
27
|
+
- python-httpx/0.27.2
|
28
|
+
x-fern-language:
|
29
|
+
- Python
|
30
|
+
x-fern-sdk-name:
|
31
|
+
- cohere
|
32
|
+
x-fern-sdk-version:
|
33
|
+
- 5.5.3
|
34
|
+
method: POST
|
35
|
+
uri: https://api.cohere.com/v1/rerank
|
36
|
+
response:
|
37
|
+
body:
|
38
|
+
string: '{"id":"f176327d-f9d3-4c49-aa20-bf5e8345cf81","results":[{"index":2,"relevance_score":0.98005307},{"index":3,"relevance_score":0.27904198},{"index":0,"relevance_score":0.10194652}],"meta":{"api_version":{"version":"1"},"billed_units":{"search_units":1}}}'
|
39
|
+
headers:
|
40
|
+
Alt-Svc:
|
41
|
+
- h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
|
42
|
+
Via:
|
43
|
+
- 1.1 google
|
44
|
+
access-control-expose-headers:
|
45
|
+
- X-Debug-Trace-ID
|
46
|
+
cache-control:
|
47
|
+
- no-cache, no-store, no-transform, must-revalidate, private, max-age=0
|
48
|
+
content-length:
|
49
|
+
- "253"
|
50
|
+
content-type:
|
51
|
+
- application/json
|
52
|
+
date:
|
53
|
+
- Fri, 24 May 2024 09:38:06 GMT
|
54
|
+
expires:
|
55
|
+
- Thu, 01 Jan 1970 00:00:00 UTC
|
56
|
+
pragma:
|
57
|
+
- no-cache
|
58
|
+
server:
|
59
|
+
- envoy
|
60
|
+
vary:
|
61
|
+
- Origin
|
62
|
+
x-accel-expires:
|
63
|
+
- "0"
|
64
|
+
x-debug-trace-id:
|
65
|
+
- a3f78056e94ceceefe9d31dc8103ba2b
|
66
|
+
x-endpoint-monthly-call-limit:
|
67
|
+
- "1000"
|
68
|
+
x-envoy-upstream-service-time:
|
69
|
+
- "40"
|
70
|
+
x-trial-endpoint-call-limit:
|
71
|
+
- "10"
|
72
|
+
x-trial-endpoint-call-remaining:
|
73
|
+
- "9"
|
74
|
+
status:
|
75
|
+
code: 200
|
76
|
+
message: OK
|
77
|
+
version: 1
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "3.3.28"
|