API ReferencesΒΆ
Welcome to the API references for the project. Below is a list of available modules:
- core package
- Submodules
- core.basics module
- core.embeddings module
- core.model module
- core.rerank module
- core.types module
- core.utils module
- Module contents
- geometry_pipeline package
- describe package
- retrieval package
- Submodules
- retrieval.basics module
- retrieval.pgvector_store module
CollectionStore
EmbeddingStore
EmbeddingStore.uuid
EmbeddingStore.collection_id
EmbeddingStore.collection
EmbeddingStore.embedding
EmbeddingStore.document
EmbeddingStore.cmetadata
EmbeddingStore.custom_id
EmbeddingStore.cmetadata
EmbeddingStore.collection
EmbeddingStore.collection_id
EmbeddingStore.custom_id
EmbeddingStore.document
EmbeddingStore.embedding
EmbeddingStore.uuid
PGVector
PGVector._engine
PGVector._Session
PGVector._embedding
PGVector._collection_name
PGVector._collection
PGVector.add_texts()
PGVector.add_texts_with_embeddings()
PGVector.create_collection()
PGVector.create_tables_if_not_exists()
PGVector.delete_by_ids()
PGVector.get_all_collection_metadata()
PGVector.get_collection_metadata()
PGVector.set_collection_metadata()
PGVector.similarity_search()
PGVector.similarity_search_by_vector()
- retrieval.sqlitevec_store module
SQLiteVec
SQLiteVec.add_texts()
SQLiteVec.add_texts_with_embeddings()
SQLiteVec.create_metadata_table()
SQLiteVec.create_table()
SQLiteVec.create_table_if_not_exists()
SQLiteVec.delete_by_ids()
SQLiteVec.drop_table()
SQLiteVec.get_dimensionality()
SQLiteVec.get_metadata()
SQLiteVec.serialize_f32()
SQLiteVec.set_metadata()
SQLiteVec.similarity_search()
SQLiteVec.similarity_search_by_vector()
- Module contents
- coding package
- Submodules
- coding.code_cache module
CodeCache
CodeCache.close()
CodeCache.get_errors()
CodeCache.get_iteration()
CodeCache.get_iterations()
CodeCache.get_session()
CodeCache.get_session_history()
CodeCache.get_session_id()
CodeCache.initialize_database()
CodeCache.insert_error()
CodeCache.insert_iteration()
CodeCache.insert_session()
CodeCache.update_error()
CodeCache.update_iteration()
CodeCache.update_session()
- coding.code_executor module
- coding.code_generator module
- coding.coder module
- Module contents
- feedback package
- tools package
- workflow package