EmbedbaseEx (embedbase_ex v0.1.0)

It's easy to get a prototype up-and-running. But, that's not where it stops. How do you persist data? Which LLM should you use? How can you keep up with the ever advancing pace of AI?

Embedbase provides you with all the tools you need to create native production-ready applications powered by LLMs.

> https://embedbase.xyz/

Link to this section Summary

Link to this section Functions

Link to this function

delete_data(dataset_id, ids, embedbase_api)

Link to this function

delete_dataset(dataset_id, embedbase_api)

Link to this function

embedbase_api()

Link to this function

insert_data(dataset_id, data, embedbase_api)

Link to this function

insert_data(dataset_id, data, metadata, embedbase_api)

Link to this function

search_data(question, question, embedbase_api)

Link to this function

update_data(dataset_id, data, id, embedbase_api)