MaksG commited on
Commit
f076ec5
1 Parent(s): e4b3cdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -16,11 +16,26 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
16
  This part aims to extract the most relevant content and information about every contribution from a 3gpp meeting
17
 
18
  ### Link search
19
- Links can be searched directly within the interface
20
 
21
  ### Filtering by document status
22
- If you want the download and extraction to go faster it is recommended that you use this functionnality. It makes sure that the documents are pre-filtered making it possible to
23
 
24
 
 
 
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
 
16
  This part aims to extract the most relevant content and information about every contribution from a 3gpp meeting
17
 
18
  ### Link search
19
+ Links can be searched directly within the interface.
20
 
21
  ### Filtering by document status
22
+ If you want the download and extraction to go faster it is recommended that you use this functionnality. It makes sure that the documents are pre-filtered making it possible to download only the documents with a certain status, removing those which may be considered unnecessary.
23
 
24
 
25
+ ## Ask LLM
26
+ This section utilizes Large Language Models (LLMs) to query rows in an Excel file.
27
 
28
+ ### Source columns
29
+ After giving an excel file, the columns of the excel file are suggested here as Source Columns. Only the content of the source columns you chose, will be given to the LLM.
30
+
31
+ ### Destination column
32
+ This is just the name of the column in which the ansewer to your query will be written
33
+
34
+ ### Prompt
35
+ This is the prompt you give to the LLM to interact with your source query
36
+
37
+ ### Choose your LLM
38
+ This makes it possible to chose the LLM you want for your specific need.
39
+
40
+ ### Filters
41