Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

File metadata and controls

17 lines (11 loc) · 1.02 KB

TODOs

  1. Complete article about IMemoryConnector

    • Now that the repo is clean, add code examples to article (MOSTLY DONE)
  2. Make properties of the mapping not nullable as per the postgres code

  3. Make custom column available.

    1. See PostgresConfig

Done

  1. Add a new content (text) column to the ES mapping to index the content that is inside the Payload
    • Q: Look into Payload as it stores JSON like {"file": "blabla.txt", "text": "...the chunk's text...", "vector_provider": "xxxx", "vector_generator: "TODO", "last_update": "20023-12-05T16:23:19" }
    • See image here
  • See if I need to integrate more of Davis' thoughts into the article