How to use langchain RAG to search data from JSON?
Problem Description My JSON data looks like the following (3 entries shown), but there are actually thousands of entries. I hope that when the user inputs a keyword, they can search relevant data. For example, when they input “automotive IC,” they can find data related to automotive IC. The difficulty here is that, for example, […]