Training config for the NATURAL_LANGUAGE_SEARCH problem type
| KEY | TYPE | Description |
|---|---|---|
| NUM_COMPLETION_TOKENS | int | Default for maximum number of tokens for chat answers. Reducing this will get faster responses which are more succinct |
| CHUNK_OVERLAP_FRACTION | float | Overlap in chunks while indexing the documents. |
| ABACUS_INTERNAL_MODEL | bool | Use a Abacus.AI LLM to answer questions about your data without using any external APIs |
| SEARCH_CHUNK_SIZE | int | Chunk size for indexing the documents. |
| LARGER_EMBEDDINGS | bool | Use a higher dimension embedding model. |
| INDEX_FRACTION | float | Fraction of the chunk to use for indexing. |