* (new) Use OpenAI’s GPT-3 for search and question answering. To do so, Weaviate will use OpenAI’s embeddings API to compute your documents and queries embeddings (vectors).
* (new) Use HuggingFace’s inference API for search and question answering. To do so, Weaviate will use HuggingFace’s inference API to compute your documents and queries embeddings (vectors).