Type alias Text2VecGPT4AllConfig

Text2VecGPT4AllConfig: {
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the GPT-4-All module.

See the documentation for detailed usage.

Type declaration

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.