Brian Leonard

Results 7 issues of Brian Leonard

The [examples/async-thumbnails/pom.xml](https://github.com/fnproject/fdk-java/blob/master/examples/async-thumbnails/pom.xml) specifies the fnproject.version as 1.0.0-SNAPSHOT, which causes the build to fail because that version does not exist in the fn-maven-releases repository. Removing the -SNAPSHOT should solve the problem.

It would be nice to ingest data into Pages where MongoDB is the content source, with the idea that I could chat with my MongoDB collections. https://github.com/mongodb/chatbot/blob/main/packages/mongodb-rag-ingest/src/sources/index.ts

I know the UI is documented as "focused on internal MongoDB use cases", but it's already very customizable, the one exception being the chat icons (notably the MongoDB leaf). It...

In addition to Google search results, add the ability to upload materials (that may not be public) for learning.

Rather than having to type 'Learn n', allow the user to select results to learn.

A very obscure exception occurs if the Atlas Search index doesn't exist. `OperationFailure: PlanExecutor error during aggregation :: caused by :: Error connecting to localhost:28000 (127.0.0.1:28000) :: caused by ::...