lfx-nightly 0.1.13.dev1__py3-none-any.whl → 0.1.13.dev3__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 (58) 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/datastax/__init__.py +5 -0
  5. lfx/{components/vectorstores/astradb.py → base/datastax/astradb_base.py} +81 -471
  6. lfx/base/mcp/util.py +30 -10
  7. lfx/components/agents/agent.py +9 -1
  8. lfx/components/datastax/__init__.py +12 -6
  9. lfx/components/datastax/{astra_assistant_manager.py → astradb_assistant_manager.py} +1 -0
  10. lfx/components/datastax/astradb_chatmemory.py +40 -0
  11. lfx/components/datastax/astradb_cql.py +5 -31
  12. lfx/components/datastax/astradb_graph.py +9 -123
  13. lfx/components/datastax/astradb_tool.py +12 -52
  14. lfx/components/datastax/astradb_vectorstore.py +133 -976
  15. lfx/components/datastax/create_assistant.py +1 -0
  16. lfx/components/datastax/create_thread.py +1 -0
  17. lfx/components/datastax/dotenv.py +1 -0
  18. lfx/components/datastax/get_assistant.py +1 -0
  19. lfx/components/datastax/getenvvar.py +1 -0
  20. lfx/components/datastax/graph_rag.py +1 -1
  21. lfx/components/datastax/list_assistants.py +1 -0
  22. lfx/components/datastax/run.py +1 -0
  23. lfx/components/input_output/chat.py +8 -0
  24. lfx/components/input_output/chat_output.py +8 -0
  25. lfx/components/knowledge_bases/ingestion.py +17 -9
  26. lfx/components/knowledge_bases/retrieval.py +16 -8
  27. lfx/components/logic/loop.py +4 -0
  28. lfx/components/vectorstores/__init__.py +0 -6
  29. lfx/field_typing/constants.py +1 -0
  30. lfx/graph/edge/base.py +2 -2
  31. {lfx_nightly-0.1.13.dev1.dist-info → lfx_nightly-0.1.13.dev3.dist-info}/METADATA +1 -1
  32. {lfx_nightly-0.1.13.dev1.dist-info → lfx_nightly-0.1.13.dev3.dist-info}/RECORD +35 -56
  33. lfx/components/datastax/astra_db.py +0 -77
  34. lfx/components/datastax/cassandra.py +0 -92
  35. lfx/components/vectorstores/astradb_graph.py +0 -326
  36. lfx/components/vectorstores/cassandra.py +0 -264
  37. lfx/components/vectorstores/cassandra_graph.py +0 -238
  38. lfx/components/vectorstores/chroma.py +0 -167
  39. lfx/components/vectorstores/clickhouse.py +0 -135
  40. lfx/components/vectorstores/couchbase.py +0 -102
  41. lfx/components/vectorstores/elasticsearch.py +0 -267
  42. lfx/components/vectorstores/faiss.py +0 -111
  43. lfx/components/vectorstores/graph_rag.py +0 -141
  44. lfx/components/vectorstores/hcd.py +0 -314
  45. lfx/components/vectorstores/milvus.py +0 -115
  46. lfx/components/vectorstores/mongodb_atlas.py +0 -213
  47. lfx/components/vectorstores/opensearch.py +0 -243
  48. lfx/components/vectorstores/pgvector.py +0 -72
  49. lfx/components/vectorstores/pinecone.py +0 -134
  50. lfx/components/vectorstores/qdrant.py +0 -109
  51. lfx/components/vectorstores/supabase.py +0 -76
  52. lfx/components/vectorstores/upstash.py +0 -124
  53. lfx/components/vectorstores/vectara.py +0 -97
  54. lfx/components/vectorstores/vectara_rag.py +0 -164
  55. lfx/components/vectorstores/weaviate.py +0 -89
  56. /lfx/components/datastax/{astra_vectorize.py → astradb_vectorize.py} +0 -0
  57. {lfx_nightly-0.1.13.dev1.dist-info → lfx_nightly-0.1.13.dev3.dist-info}/WHEEL +0 -0
  58. {lfx_nightly-0.1.13.dev1.dist-info → lfx_nightly-0.1.13.dev3.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.