All notable changes to RAGFlowChainR will be documented in this file.
vss
extension during CRAN checks (no more
INSTALL vss; LOAD vss;
in tests or
create_vectorstore()
when under
_R_CHECK_PACKAGE_NAME_
).FLOAT[]
column type when
vss
is unavailable, avoiding binary-extension errors on
Fedora-clang.create_vectorstore()
vss
under CRAN, but still load
in interactive/developer sessions.insert_vectors()
df[i, , drop = FALSE]
.array_value()
(for
VECTOR[…]
) and list_value()
(for
FLOAT[]
) constructors.build_vector_index()
FLOAT[]
(no VECTOR[…]
column).connect_vectorstore()
/ RAG chain code
vss
-guard logic when connecting
and building indexes in create_rag_chain()
.Config/testthat/edition: 3
.DuckDB
, Tavily
,
python
).HNSW (Hierarchical Navigable Small World)
,
large language model (LLM)
.build_vector_index()
completes without error.Thanks to the CRAN team for the review and feedback!