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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -12,30 +12,30 @@ pinned: false
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
 
15
- ## File extraction
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
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
 
14
 
15
+ # File extraction
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