Software Engineer
CurrentAs a competitor to Salesforce, Conga leads the world’s Revenue Lifecycle Management (RLM) solution with more than 10,000 companies and 6.4 million users around the world using its platform to gain a Revenue Advantage. Applied artificial intelligence to address diverse company objectives:1) Copilot Chatbot -Developing an intelligent copilot chatbot using React, Python and OpenAI packages. -Implemented natural language processing (NLP) techniques to enhance chatbot's understanding and -responsiveness to user queries.2) Language Translation -Automatically translate callback code written in Salesforce APEX into C#. -Leveraged compiler theory to deconstruct APEX code into an Abstract Syntax Tree (AST). -Developed custom AST classes in python and fed chunks of code with context to ChatGPT.3) Web Page Document Search - Created a robust document search engine for a webpage, allowing users to quickly retrieve relevant information. - Acquired webpage data through local retrieval methods employing web scraping techniques. - Stored all documents in a vector database for efficient retrieval. - Utilized similarity functions to identify the most relevant documents based on user queries, feeding those documents to ChatGPT.