Jan Vansteenlandt
                                            Jan Vansteenlandt
                                        
                                    @gharbat that would be great to see, API first might also mean there's no UI to maintain and could be part of a business model on top while allowing more...
+1 for this, Neo4J supports it, ElasticSearch does the same for its documents
Hi @igiloh-pinecone I think I'm running everything on defaults: ```python llm = OpenAILLM() # Defaults to GPT3.5 chat_engine = ChatEngine(context_engine=context_engine, llm=llm) ``` I see [GPT3.5-turbo now has a context window...
hey @igiloh-pinecone any update on this by any chance? I keep running into the issue from time to time, the default value for the ChatEngine is 4096 already, so I...
Hey @igiloh-pinecone how would making a custom query generator entail exactly? That would mean making a class based on the QueryGenerator class, but how could that be then configured so...