🔥Quickstart
For quickstart, you can rely on the default embedding option. By default we use "HuggingFaceEmbedding" This eliminates the need to configure embeddings, making the process effortless.
To utilize the vectordb configuration with the default embedding:
=> Vectordb usage with Retriever
=> Vectordb usage with ETL
Important Note: A vector db is never used alone its used along with either ETL or Retrieval which gives a good usecase to use the vectordb.
Last updated