How to query information related to specific group (e.g. a company)?

Hi

I have uploaded documents to the vector database. Generally, the documents have these format,

ABC INC
-------
Business description.

Shareholder | Number of shares |
--------------------------------
A           |               10 |
B           |              100 |
XYZ INC
-------

Shareholder | Number of shares |
--------------------------------
M           |              200 |
Z           |              300 |

When I invoke a query Who are the shareholders of ABC INC? The result returned the shareholders of XYZ INC as well. May I know how to perform query specific to a company like this case?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.