NVIDIA / nim-anywhere

Accelerate your Gen AI with NVIDIA NIM and NVIDIA AI Workbench
https://www.nvidia.com/en-us/ai/
Apache License 2.0
114 stars 64 forks source link

NIM anywhere control panel view and config file terms don't align #16

Closed freemansoft closed 3 months ago

freemansoft commented 3 months ago

This is probably me being a newbie but I don't understand what I'm looking at on this screen.

What are the names in the diagram correlated to in config.yaml?

image

The diagram shows

config.yaml contains

Also...

Chain Server Configuration

The bottom half of the image shows the Chain Server Configuration but I don't see anything called "chain server" in the diagram above. I'm assuming that it is one of the NIMs? chain.py mentions a bunch of components so I'm not sure why the bottom diagram only includes the chat_model.

rmkraus commented 3 months ago

Very interesting feedback. Thank you! Its good to be able to see the UI through someone else's eyes!

To answer your questions:


To make this more clear, I think we could make the following changes:

That would mean the diagram would show:

The config would have:

And the top diagram would be labeled as the chain server architecture.


what do you think about those proposed changes?

freemansoft commented 3 months ago

The "milvus" entry in config.sys is which database in the diagram?

rmkraus commented 3 months ago

Good point, that one is Enterprise Data. Adding that to the todo list in my original comment.