Is this example from the documentation complete? I tried this with my postgres db and local redis but I don't see the data in my vector DB:
from llama_index import Document from llama_index.embeddings import OpenAIEmbedding from llama_index.text_splitter import SentenceSplitter from llama_index.extractors import TitleExtractor from llama_index.ingestion import IngestionPipeline, IngestionCache from llama_index.ingestion.cache import RedisCache