create_index#
- langchain_community.vectorstores.oraclevs.create_index(client: Connection, vector_store: OracleVS, params: dict[str, Any] | None = None) None [source]#
Create an index on the vector store.
- Parameters:
client (Connection) – The OracleDB connection object.
vector_store (OracleVS) – The vector store object.
params (Optional[dict[str, Any]]) – Optional parameters for the index creation.
- Raises:
ValueError – If an invalid parameter is provided.
- Return type:
None