Indexing and Querying XML File #8437
adisarun30
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used UnstructuredXMLLoader API (https://python.langchain.com/docs/integrations/document_loaders/xml) for loading a sample XML file [https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms762271(v=vs.85)].
I was able to load the contents successfully, however I wasn't sure the best way to index to query the XML document. Would VectorStoreIndexCreator work for XML files?
I would appreciate any suggestions/directions.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions