Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CometLLM integration notebook example #14650

Closed

Conversation

Lothiraldan
Copy link
Contributor

I also added LANGCHAIN_COMET_TRACING to enable the CometLLM tracing integration similar to other tracing integrations. This is easier for end-users to enable it rather than importing the callback and pass it manually.

I also added LANGCHAIN_COMET_TRACING to enable the CometLLM tracing
integration similar to other tracing integrations. This is easier for
end-users to enable it rather than importing the callback and pass it
manually.
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Dec 13, 2023
Copy link

vercel bot commented Dec 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2024 3:19pm

@dosubot dosubot bot added Ɑ: models Related to LLMs or chat model modules 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder 🤖:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features labels Dec 13, 2023
Copy link
Contributor

@hwchase17 hwchase17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, needs some lint fix tho

@Lothiraldan
Copy link
Contributor Author

@hwchase17 I'm not sure where the lint error comes from: https://github.com/langchain-ai/langchain/actions/runs/7194744376/job/19595915961

When running the same command on the last commit on that branch, I get many errors but not on the files I touched:

Output of make lint_package
$ git rev-parse HEAD
57eacf3b81e1649676f15c7025d3f88b773d9280
$ make lint_package
poetry run ruff docs templates cookbook
poetry run ruff format docs templates cookbook --diff
1091 files left unchanged
poetry run ruff --select I docs templates cookbook
cookbook/Multi_modal_RAG.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Multi_modal_RAG.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Multi_modal_RAG.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_Structured_RAG.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_Structured_RAG.ipynb:cell 18:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_structured_and_multi_modal_RAG.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_structured_and_multi_modal_RAG.ipynb:cell 18:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/Semi_structured_multi_modal_RAG_LLaMA2.ipynb:cell 16:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/advanced_rag_eval.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/advanced_rag_eval.ipynb:cell 16:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/advanced_rag_eval.ipynb:cell 26:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/autogpt/autogpt.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/autogpt/marathon_times.ipynb:cell 3:2:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/autogpt/marathon_times.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/autogpt/marathon_times.ipynb:cell 15:2:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/baby_agi.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/baby_agi_with_agent.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/causal_program_aided_language_model.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/custom_agent_with_plugin_retrieval_using_plugnplai.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/docugami_xml_kg_rag.ipynb:cell 21:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/docugami_xml_kg_rag.ipynb:cell 26:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/elasticsearch_db_qa.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/extraction_openai_tools.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/generative_agents_interactive_simulacra_of_human_behavior.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/gymnasium_agent_simulation.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/hugginggpt.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/llm_bash.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/llm_bash.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/llm_symbolic_math.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/multi_modal_QA.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/multi_modal_RAG_chroma.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/multi_modal_RAG_chroma.ipynb:cell 13:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/multiagent_authoritarian.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/multiagent_bidding.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/myscale_vector_sql.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/myscale_vector_sql.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/myscale_vector_sql.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/myscale_vector_sql.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/openai_functions_retrieval_qa.ipynb:cell 25:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/openai_v1_cookbook.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/openai_v1_cookbook.ipynb:cell 28:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/petting_zoo.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/plan_and_execute_agent.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/program_aided_language_model.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/qianfan_baidu_elasticesearch_RAG.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/rag_fusion.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/rag_fusion.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/retrieval_in_sql.ipynb:cell 20:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/rewrite.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/sales_agent_with_context.ipynb:cell 3:8:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/selecting_llms_based_on_context_length.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/smart_llm.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
cookbook/stepback-qa.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/code_writing.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/embedding_router.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/memory.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/retrieval.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/retrieval.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/sql_db.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/cookbook/tools.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/get_started.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/get_started.ipynb:cell 21:4:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/binding.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/configure.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/configure.ipynb:cell 18:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/functions.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/generators.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/map.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/map.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/map.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/message_history.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/passthrough.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/how_to/routing.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/expression_language/interface.ipynb:cell 26:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/guides/evaluation/string/custom.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/guides/evaluation/trajectory/trajectory_eval.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/guides/privacy/presidio_data_anonymization/multi_language.ipynb:cell 19:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/guides/privacy/presidio_data_anonymization/qa_privacy_protection.ipynb:cell 36:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/guides/safety/amazon_comprehend_chain.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/adapters/openai-old.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/adapters/openai.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/confident.ipynb:cell 18:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/infino.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/promptlayer.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/promptlayer.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/promptlayer.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/callbacks/sagemaker_tracking.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat/baidu_qianfan_endpoint.ipynb:cell 3:2:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat/fireworks.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat/llama2_chat.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat/pai_eas_chat_endpoint.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat_loaders/facebook.ipynb:cell 30:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat_loaders/imessage.ipynb:cell 22:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/chat_loaders/langsmith_llm_runs.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/airbyte_cdk.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/azure_ai_data.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/cube_semantic.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/docugami.ipynb:cell 30:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/geopandas.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/google_speech_to_text.ipynb:cell 14:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/psychic.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/rockset.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/rockset.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/snowflake.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/tencent_cos_directory.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/tencent_cos_file.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_loaders/unstructured_file.ipynb:cell 24:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/document_transformers/nuclia_transformer.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/databricks.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/huggingface_pipelines.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/jsonformer_experimental.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/jsonformer_experimental.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/llm_caching.ipynb:cell 14:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/llm_caching.ipynb:cell 19:3:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/llm_caching.ipynb:cell 27:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/llm_caching.ipynb:cell 31:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/llm_caching.ipynb:cell 44:3:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/lmformatenforcer_experimental.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/manifest.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/opaqueprompts.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/promptlayer_openai.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/rellm_experimental.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/runhouse.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/sagemaker.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/llms/volcengine_maas.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/memory/aws_dynamodb.ipynb:cell 14:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/memory/rockset_chat_message_history.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/memory/sql_chat_message_history.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/providers/rebuff.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/Activeloop DeepMemory+LangChain.ipynb:cell 26:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/Activeloop DeepMemory+LangChain.ipynb:cell 29:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/bedrock.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/cohere.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/docarray_retriever.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/docarray_retriever.ipynb:cell 25:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/fleet_context.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/fleet_context.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/merger_retriever.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/self_query/mongodb_atlas.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/retrievers/self_query/supabase_self_query.ipynb:cell 15:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/stores/upstash_redis.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/text_embedding/self-hosted.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/airbyte_structured_qa.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/csv.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/document_comparison_toolkit.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/github.ipynb:cell 14:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/json.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/openapi.ipynb:cell 9:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/pandas.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/pandas.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/powerbi.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/python.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/spark.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/xorbits.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/toolkits/xorbits.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/tools/gradio_tools.ipynb:cell 10:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/tools/lemonai.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/tools/metaphor_search.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/tools/metaphor_search.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/tools/python.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/vectorstores/annoy.ipynb:cell 33:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/vectorstores/astradb.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/vectorstores/meilisearch.ipynb:cell 19:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/vectorstores/supabase.ipynb:cell 10:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/integrations/vectorstores/vearch.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/agent_types/openai_functions_agent.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/agent_types/structured_chat.ipynb:cell 4:2:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/how_to/add_memory_openai_functions.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/how_to/agent_iter.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/how_to/agent_structured.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/how_to/custom-functions-with-openai-functions-agent.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/tools/custom_tools.ipynb:cell 26:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/tools/custom_tools.ipynb:cell 30:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/tools/custom_tools.ipynb:cell 45:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/agents/tools/tool_input_validation.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/callbacks/filecallbackhandler.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/document/map_reduce.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/document/map_rerank.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/document/refine.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/document/stuff.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/foundational/router.ipynb:cell 4:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/foundational/router.ipynb:cell 6:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/how_to/call_methods.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/chains/how_to/custom_chain.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/data_connection/retrievers/MultiQueryRetriever.ipynb:cell 8:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/data_connection/retrievers/index.ipynb:cell 7:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/data_connection/retrievers/multi_vector.ipynb:cell 15:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/data_connection/retrievers/web_research.ipynb:cell 13:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/memory/custom_memory.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/llms/custom_llm.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/output_parsers/index.ipynb:cell 3:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/output_parsers/pandas_dataframe.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/output_parsers/pydantic.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/output_parsers/retry.ipynb:cell 2:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/prompts/prompt_templates/connecting_to_a_feature_store.ipynb:cell 48:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/prompts/prompt_templates/custom_prompt_template.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/modules/model_io/prompts/prompt_templates/index.ipynb:cell 11:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/data_generation.ipynb:cell 4:6:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/data_generation.ipynb:cell 17:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/data_generation.ipynb:cell 28:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/extraction.ipynb:cell 17:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/extraction.ipynb:cell 20:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/extraction.ipynb:cell 22:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/graph/graph_memgraph_qa.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/qa_structured/sql.ipynb:cell 5:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/qa_structured/sql.ipynb:cell 20:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/qa_structured/sql.ipynb:cell 55:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb:cell 30:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/question_answering/index.ipynb:cell 12:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/docs/use_cases/question_answering/index.ipynb:cell 44:1:1: I001 [*] Import block is un-sorted or un-formatted
docs/scripts/model_feat_table.py:1:1: I001 [*] Import block is un-sorted or un-formatted
Found 212 errors.
[*] 212 fixable with the `--fix` option.
make: *** [Makefile:47: lint_package] Error 1

Looking at the commit that was checkout for this failing job, it seems to be an old merge commit that's not part of the branch anymore: 6311c05

I'm not sure what happened here, could you try rerunning the failing job?

@Lothiraldan
Copy link
Contributor Author

I ended up creating a new PR from a new branch and it looks like the tests are passing now #15765

@Lothiraldan Lothiraldan closed this Jan 9, 2024
baskaryan pushed a commit that referenced this pull request Jan 22, 2024
I also added LANGCHAIN_COMET_TRACING to enable the CometLLM tracing
integration similar to other tracing integrations. This is easier for
end-users to enable it rather than importing the callback and pass it
manually.

(This is the same content as
#14650 but rebased and
squashed as something seems to confuse Github Action).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder 🤖:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features Ɑ: models Related to LLMs or chat model modules size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants