langchain/libs
Eugene Yurtsev d8aa72f51d
core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667)
This PR moves the interface and the logic to core.

The following changes to namespaces:


`indexes` -> `indexing`
`indexes._api` -> `indexing.api`


Testing code is intentionally duplicated for now since it's testing
different
implementations of the record manager (in-memory vs. SQL).

Common logic will need to be pulled out into the test client.


A follow up PR will move the SQL based implementation outside of
LangChain.
2024-04-24 13:18:42 -04:00
..
cli
community core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
core core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 2024-04-24 13:18:42 -04:00
experimental experimental[minor]: upgrade the prompt injection model (#20783) 2024-04-23 10:23:39 -04:00
langchain core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 2024-04-24 13:18:42 -04:00
partners groq: handle null queue_time (#20839) 2024-04-24 09:50:09 -07:00
standard-tests standard-tests: split tool calling test (#20803) 2024-04-23 20:59:45 +00:00
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 2024-04-13 22:42:51 +00:00