lfx-nightly 0.1.13.dev2__py3-none-any.whl → 0.1.13.dev4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of lfx-nightly might be problematic. Click here for more details.

Files changed (67) hide show
  1. lfx/_assets/component_index.json +1 -1
  2. lfx/base/agents/agent.py +17 -1
  3. lfx/base/agents/utils.py +15 -2
  4. lfx/base/composio/composio_base.py +24 -9
  5. lfx/base/datastax/__init__.py +5 -0
  6. lfx/{components/vectorstores/astradb.py → base/datastax/astradb_base.py} +84 -473
  7. lfx/base/io/chat.py +5 -4
  8. lfx/base/mcp/util.py +101 -15
  9. lfx/cli/commands.py +1 -1
  10. lfx/components/agents/agent.py +1 -1
  11. lfx/components/agents/cuga_agent.py +1 -1
  12. lfx/components/agents/mcp_component.py +16 -0
  13. lfx/components/amazon/amazon_bedrock_converse.py +1 -1
  14. lfx/components/apify/apify_actor.py +3 -3
  15. lfx/components/datastax/__init__.py +12 -6
  16. lfx/components/datastax/{astra_assistant_manager.py → astradb_assistant_manager.py} +1 -0
  17. lfx/components/datastax/astradb_chatmemory.py +40 -0
  18. lfx/components/datastax/astradb_cql.py +5 -31
  19. lfx/components/datastax/astradb_graph.py +9 -123
  20. lfx/components/datastax/astradb_tool.py +12 -52
  21. lfx/components/datastax/astradb_vectorstore.py +133 -976
  22. lfx/components/datastax/create_assistant.py +1 -0
  23. lfx/components/datastax/create_thread.py +1 -0
  24. lfx/components/datastax/dotenv.py +1 -0
  25. lfx/components/datastax/get_assistant.py +1 -0
  26. lfx/components/datastax/getenvvar.py +1 -0
  27. lfx/components/datastax/graph_rag.py +1 -1
  28. lfx/components/datastax/list_assistants.py +1 -0
  29. lfx/components/datastax/run.py +1 -0
  30. lfx/components/knowledge_bases/ingestion.py +17 -9
  31. lfx/components/knowledge_bases/retrieval.py +16 -8
  32. lfx/components/mistral/mistral_embeddings.py +1 -1
  33. lfx/components/openrouter/openrouter.py +49 -147
  34. lfx/components/vectorstores/__init__.py +0 -6
  35. lfx/custom/custom_component/component.py +3 -2
  36. lfx/graph/edge/base.py +2 -2
  37. lfx/graph/graph/base.py +1 -1
  38. lfx/graph/graph/schema.py +3 -2
  39. lfx/graph/vertex/vertex_types.py +1 -1
  40. {lfx_nightly-0.1.13.dev2.dist-info → lfx_nightly-0.1.13.dev4.dist-info}/METADATA +1 -1
  41. {lfx_nightly-0.1.13.dev2.dist-info → lfx_nightly-0.1.13.dev4.dist-info}/RECORD +44 -65
  42. lfx/components/datastax/astra_db.py +0 -77
  43. lfx/components/datastax/cassandra.py +0 -92
  44. lfx/components/vectorstores/astradb_graph.py +0 -326
  45. lfx/components/vectorstores/cassandra.py +0 -264
  46. lfx/components/vectorstores/cassandra_graph.py +0 -238
  47. lfx/components/vectorstores/chroma.py +0 -167
  48. lfx/components/vectorstores/clickhouse.py +0 -135
  49. lfx/components/vectorstores/couchbase.py +0 -102
  50. lfx/components/vectorstores/elasticsearch.py +0 -267
  51. lfx/components/vectorstores/faiss.py +0 -111
  52. lfx/components/vectorstores/graph_rag.py +0 -141
  53. lfx/components/vectorstores/hcd.py +0 -314
  54. lfx/components/vectorstores/milvus.py +0 -115
  55. lfx/components/vectorstores/mongodb_atlas.py +0 -213
  56. lfx/components/vectorstores/opensearch.py +0 -243
  57. lfx/components/vectorstores/pgvector.py +0 -72
  58. lfx/components/vectorstores/pinecone.py +0 -134
  59. lfx/components/vectorstores/qdrant.py +0 -109
  60. lfx/components/vectorstores/supabase.py +0 -76
  61. lfx/components/vectorstores/upstash.py +0 -124
  62. lfx/components/vectorstores/vectara.py +0 -97
  63. lfx/components/vectorstores/vectara_rag.py +0 -164
  64. lfx/components/vectorstores/weaviate.py +0 -89
  65. /lfx/components/datastax/{astra_vectorize.py → astradb_vectorize.py} +0 -0
  66. {lfx_nightly-0.1.13.dev2.dist-info → lfx_nightly-0.1.13.dev4.dist-info}/WHEEL +0 -0
  67. {lfx_nightly-0.1.13.dev2.dist-info → lfx_nightly-0.1.13.dev4.dist-info}/entry_points.txt +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.