InfoSecInnovations / concierge

Repo for Concierge AI dev work
Apache License 2.0
181 stars 31 forks source link

How to use prompter? #35

Open HunzlaSheikh opened 3 months ago

HunzlaSheikh commented 3 months ago

I have uploaded multiple documents and ingest data. Now on prompter screen, when I ask question regarding that uploaded documents. It response with "No sources were found matching your query. Please refine your request to closer match the data in the database or ingest more data.". So how much data it require for training? How to ask questions about data?

sebovzeoueb commented 3 months ago

The first thing to check would be if the documents were actually ingested. Do you see any documents in the collection management screen?

It searches for data by relevance to the question (we may need to tweak the values for this going ahead). A good test I've found is to use the "search" task in the prompter and paste a sentence from one of the documents. If all is working correctly that document should come up as the top hit.

If neither of the above help then there may be a bug and we'll have to look into that.

besimorhino commented 1 month ago

Checking in... @HunzlaSheikh, have you been able to see if you have any documents in your collections? Please let us know.

Cheers