samiulhq / LLM-RAG-SAS

Upstream Repo: Framework for implementing Retrieval Augmented Generation (RAG) from SAS platform
Apache License 2.0
3 stars 2 forks source link

Provide input table from SAS dataset #38

Closed SundareshSankaran closed 2 months ago

SundareshSankaran commented 3 months ago

Now that pandas data frame is a supported input data source, we will extend functionality further to include an option to specify either a SAS dataset or a CAS table as a data source.

Why? Given the main objective of providing tools which make it easier to integrate LLMs into the Viya ecosystem, this is a natural direction to go towards. Data in the Viya ecosystem resides in SAS datasets, CAS tables or sources from databases and external data sources, manifested either as a SAS dataset or CAS table.

How?

SundareshSankaran commented 3 months ago

July 2 : Added UI control and updated About tab with simplest use case (SAS dataset)