Francisco Aguilera
Francisco Aguilera
Added `AzureChatStore` to store chat history remotely in Azure Table Storage or CosmosDB. Includes accompanying documentation and notebook.  ...
> @Falven Wouldn't It have to be a HUGE document to take up more than 16MB of UUIDs? Like... hundreds of thousands of IDs, which would mean one document had...
@logan-markewich Here's what I am thinking. First, I documented some of the collections: `keyval_docstore.py` ```py # The default namespace prefix for the document store. DEFAULT_NAMESPACE = "docstore" # The nodes...
@logan-markewich All done. Included the namespaced shared package. Some tests unrelated to this PR seem to be failing, not sure how we deal with that so we can merge.
The automatic, efficient serialization/deserialization of complex types is a core feature in MongoDB and most NoSQL offerings...
Can we get a real fix in for this issue? Wrapping it in an extra DOM node to drown out the error because the `GridEditInputCell` doesn't properly forward it's ref...
> Any news? I'm trying to figure out The way to deploy azure function app in python from azure devops pipelines I would like something that can apply .funcignore Still...
This sounds like an IT problem unrelated to the framework, if you're behind a firewall how do you expect to download any NLTK packages? I would recommend you Dockerize and...
Essentially there's no easy way I found after looking all around the internet for a few days. The way I ended up doing this is by binding every single combination...
> > I don't have any C++ files in my CDB and still Clangd is trying to parse an external header file as a C++ header with fallback flags. Here...