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