Скрипт:
Код: Выделить всё
import chromadb
client = chromadb.Client()
neo_collection = client.create_collection(name="example")
neo_collection.add(
documents=["Sky is unlimited.", "Tree is a plant."], ids=["d_1", "d_2"]
)
items = neo_collection.get()
neo_collection.peek(limit=5)
Код: Выделить всё
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running CoreML_10659388614159815537_1 node. Name:'CoreMLExecutionProvider_CoreML_10659388614159815537_1_1' Status Message: Error executing model: Unable to compute the prediction using a neural network model. It can be an invalid input data or broken/unsupported model (error code: -1).Код: Выделить всё
MacOS 14, IntelЯ не знаю, в чем причина, мне следует использовать докер или это проблема с ОС ?
Подробнее здесь: https://stackoverflow.com/questions/786 ... s-on-macos